#ifndef WM_UTIL_H #define WM_UTIL_H void lognotice(char const *fmt, ...); void logerror(char const *fmt, ...); void fatal(char const *fmt, ...); #endif // !WM_UTIL_H