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

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

View as plain text