add sys_conwrite sys call
[thunix.git] / user / user-test.c
blob3d2a5a0c18ef01b37cdd768a9097c8ca5757d7ed
1 #include <unistd.h>
3 int main(void)
5 test2(512, "Hello thunix system call");
7 return 0;