repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated to fedora-glibc-2_3-20051023T0123
[glibc.git]
/
c_stubs
/
test-stdio.c
blob
8f4ea6d1bbe7603b1b52d060ca84b55109e096ec
1
#include <stdio.h>
2
3
int
4
main
(
void
)
5
{
6
printf
(
"Hello world
\n
"
);
7
return
0
;
8
}