// version 1.0.0 14Feb2018 #include "stplugin.h" #include #include STDLL stata_call(int argc, char *argv[]) { char msg[81] ; strcpy(msg, "Hello from C\n"); SF_display(msg) ; return((ST_retcode) 0) ; }