github.com/FISCO-BCOS/crypto@v0.0.0-20200202032121-bd8ab0b5d4f1/internal/xcoff/testdata/printhello.c (about) 1 #include <stdio.h> 2 3 void printhello(){ 4 printf("Helloworld\n"); 5 }