trysyslog.c (141B)
1 #include <sys/types.h> 2 #include <sys/time.h> 3 #include <syslog.h> 4 5 int 6 main() 7 { 8 openlog("foo",0,LOG_MAIL); 9 syslog(0,"foo"); 10 return 0; 11 }
nightmaremailUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs |