...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
internal
/
xcoff
/
testdata
/
printbye.c
Documentation:
internal/xcoff/testdata
1
#include <stdio.h>
2
3
void printbye(){
4
printf("Goodbye\n");
5
}
View as plain text