1 2 3 4 5 6 7 8
#include <gwenhywfar/gwenhywfar.h> /* based on gwenhywfar.pc */ int main() { int result = GWEN_Init(); GWEN_Fini(); return result; }