mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
6 lines
147 B
C
6 lines
147 B
C
#include <glib.h>
|
|
|
|
void gsl_g_log (const gchar*msg,const char *format, va_list ap);
|
|
void gsl_g_print_fd (int fd, const char *format, va_list ap);
|
|
|