1 2 3 4 5
/* common header for syslogd */ #if defined(__GLIBC__) #define dprintf mydprintf #endif /* __GLIBC__ */ void dprintf(char *, ...);