#ifndef IO_H #define IO_H #include void warn (const gchar *fmt, ...); void err (const gchar *fmt, ...); void info (const gchar *fmt, ...); #endif