1 2 3 4 5 6 7 8
#include "get-prgname.h" #include <glib.h> const char *get_prgname_get_name (void) { return g_get_prgname (); }