parent
0403f08b34
commit
efa1a62add
@ -0,0 +1,9 @@
|
|||||||
|
#define __LIBRARY__
|
||||||
|
#include<unistd.h>
|
||||||
|
#include<stdio.h>
|
||||||
|
|
||||||
|
_syscall0(int,init_graphics);
|
||||||
|
int main(){
|
||||||
|
init_graphics();
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in new issue