8 lines
95 B
C
8 lines
95 B
C
#include <glib.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
g_thread_init(NULL);
|
|
return 0;
|
|
}
|