1 2 3 4 5 6 7 8 9
#ifndef _LOG_H #define _LOG_H #include <stdio.h> void pb_log(const char *fmt, ...); void pb_log_set_stream(FILE *stream); #endif /* _LOG_H */