Sign in
qemu
/
openbios
/
c87d0eb00c63159bc7c54fe68fa71b7d388ffcc8
/
.
/
utils
/
ofclient
/
ofclient.c
blob: 94214c6ca6b6b63216769562bcf9235dac4c50d1 [
file
]
#include
"of1275.h"
int
write
(
int
fd
,
char
*
buf
,
int
len
);
int
main
(
void
)
{
write
(
1
,
"Hello world!\n"
,
13
);
return
0
;
}