root
/
src
/
pkg
/
debug
/
elf
/
testdata
/hello.c
/* [<][>]
[^]
[v][top]
[bottom]
[index]
[help]
*/
DEFINITIONS
This source file includes following definitions.
main
#include
<stdio.h>
void
main
(
int
argc,
char
*argv[])
{
printf("hello, world\n");
}
/* [<][>][^]
[v]
[top]
[bottom]
[index]
[help]
*/