#define _POSIX_C_SOURCE 200809L #include "gs.h" #include "http.h" int gs_init() { return gs_http_init(); } void gs_cleanup() { gs_http_cleanup(); }