#ifndef FOOLOS_SYSLOG_H #define FOOLOS_SYSLOG_H void syslog(char *sys, int level, char *str); #endif