aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libgwenhywfar/project/main.c
blob: 6a24a6a28aa006602d4536f6652e190c8316ffba (plain)
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;
}