#ifndef _LOGGER_H
#define _LOGGER_H
void l_init(const char *logname);
void l_printf(const char *format, ...);
void e_printf(const char *format, ...);
#endif


syntax highlighted by Code2HTML, v. 0.9.1