Back to home page

OSCL-LXR

 
 

    


0001 #include <stdio.h>
0002 
0003 int syscall_enter(openat)(void *args)
0004 {
0005     puts("Hello, world\n");
0006     return 0;
0007 }
0008 
0009 license(GPL);