...

Text file src/internal/xcoff/testdata/printhello.c

Documentation: internal/xcoff/testdata

     1#include <stdio.h>
     2
     3void printhello(){
     4	printf("Helloworld\n");
     5}

View as plain text