xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
internal
/
xcoff
/
testdata
/
printhello.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
printhello()
3
void
printhello
(){
4
printf
(
"Helloworld\n"
);
5
}
6