repo.or.cz
/
rofl0r-debuglib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
idfake: improve debug output with syscall return value
[rofl0r-debuglib.git]
/
tests
/
helloworld.c
blob
c99e2252555f1283316c38546e200efca7583d0a
1
#include <unistd.h>
2
3
int
main
() {
4
write
(
1
,
"hello world
\n
"
,
12
);
5
}