#include "libuser.h" #include "libio.h" #if !defined (NULL) #define NULL 0 #endif int Main( int argc , char ** argv ) { Printf("Hello from program a.exe\n"); return 0; }