dev/vala/extern_c/c_code.c

8 lines
138 B
C
Raw Normal View History

2013-02-08 00:13:21 +04:00
#include <glib.h>
void c_func (gchar *str,
GHashTable *htable)
{
g_printf ("Do something with str and htable...");
}