github.com/ggreg80/ketos@v0.0.0-20171109040536-049616f51ddb/testdata/shared-library/wale.c (about)

     1  #include "nautilus.h"
     2  #include <stdio.h>
     3  
     4  int main() {
     5  
     6  	printf("this is a c application.\n");
     7  
     8  	say_hello("jack", 4);
     9  	say_bye();
    10  
    11  	return 0;
    12  }