Home
Manpages
About
(root)/
gcc-13.2.0/
libgo/
go/
internal/
xcoff/
testdata/
printbye.c
1
#include
<
stdio.h
>
2
3
void
printbye
(
)
{
4
printf
(
"
Goodbye
\n
"
)
;
5
}