Sign in
go
/
go
/
9b6e9f0c8c66355c0f0575d808b32f52c8c6d21c
/
.
/
src
/
internal
/
xcoff
/
testdata
/
printhello.c
blob: 182aa09728abc457d8eab9c25ccb481a0f0649ff [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
printhello
(){
printf
(
"Helloworld\n"
);
}