#define __LIBRARY__ #include #include _syscall0(int,init_graphics); int main(){ init_graphics(); return 0; }