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