summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/22 gir link order/get-prgname/get-prgname.c
blob: 356b45e1d990d7025d1bd0ff0bbef26cf9c1c171 (plain)
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 ();
}