dev/vala/extern_c/c_code.c
2013-02-08 00:13:21 +04:00

8 lines
138 B
C

#include <glib.h>
void c_func (gchar *str,
GHashTable *htable)
{
g_printf ("Do something with str and htable...");
}