/* * test program for my_syslog * author: burt * created: sep 2015 * */ #include #include #include "mysyscall-test.h" int main(int argc, char * argv[]) { printf("MY_SYSLOG returns %ld\n", syscall(MY_SYSLOG, "hello kernel")) ; return 0 ; }