#ifndef LOGGING_H #define LOGGING_H void debug(const char *fmt, ...); void warn(const char *fmt, ...); void err(int status, const char *fmt, ...); #endif