#ifndef __GSK_STDIO_H_ #define __GSK_STDIO_H_ /* stdio helper functions */ #include #include G_BEGIN_DECLS gchar * gsk_stdio_readline (FILE *fp); G_END_DECLS #endif