1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include <stdio.h> #include <syslog.h> // TODO void syslog(int __pri, const char *__fmt, ...) { unimplemented(); return; } // TODO void openlog(const char *__ident, int __option, int __facility) { unimplemented(); return; }