OpenGrok
Cross Reference: hello.c
xref
: /
frameworks
/
compile
/
libbcc
/
tests
/
data
/
src
/
hello.c
Home
|
History
|
Annotate
|
Download
|
only in
src
1
int
main
() {
2
printf
(
"Hello, world\n"
);
3
return
0
;
4
}
5