xref
: /
OK3568_Linux_fs
/
yocto
/
poky
/
meta
/
lib
/
oeqa
/
runtime
/
files
/
hello.c
(revision 4882a59341e53eb6f0b4789bf948001014eff981)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main()
2
main
()
3
{
4
printf
(
"Hello, world!\n"
);
5
}
6