diff --git a/b/test-graphics.c b/b/test-graphics.c new file mode 100644 index 0000000..0097c75 --- /dev/null +++ b/b/test-graphics.c @@ -0,0 +1,9 @@ +#define __LIBRARY__ +#include +#include + +_syscall0(int,init_graphics); +int main(){ + init_graphics(); + return 0; +} \ No newline at end of file