9 lines
147 B
C
9 lines
147 B
C
#include <gwenhywfar/gwenhywfar.h> /* based on gwenhywfar.pc */
|
|
|
|
int main()
|
|
{
|
|
int result = GWEN_Init();
|
|
GWEN_Fini();
|
|
return result;
|
|
}
|