repo.or.cz
/
rofl0r-jobflow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README.md: remove memleak line
[rofl0r-jobflow.git]
/
tests
/
stdout_stderr.c
blob
0fdc9fd72ed3c2e36421ce9aae41e30091cd1265
1
#include <stdio.h>
2
3
int
main
() {
4
fprintf
(
stdout
,
"stdout
\n
"
);
5
fflush
(
stdout
);
6
fprintf
(
stderr
,
"stderr
\n
"
);
7
fflush
(
stderr
);
8
return
0
;
9
}