OpenGrok
Cross Reference: hello.c
xref
: /
system
/
core
/
libacc
/
tests
/
data
/
hello.c
Home
|
History
|
Annotate
|
Download
|
only in
data
1
main
(a,b) {
2
printf
(
"Hello, world\n"
);
3
}
4