Search | Google it | Results 1 - 2 of 2 for fundef:syslog (0.03 seconds) |
25: 26: void syslog( int priority, const char *format, ... ) 27: {
202: int setlogmask(int); 203: void syslog(int, const char *, ...) 204: __attribute__((__format__(__printf__,2,3)));