1 2 3 4 5 6 7 8 9
#ifndef WARNLIB_H #define WARNLIB_H #include <stddef.h> void warn_time(char *buf, size_t len); void fbwarn(const char *msg); #endif