#include #include #include _syscall0(int,hello) int main() { printf( "Hello from main\n" ); jondich_hello(); return( 0 ); }