// This header is generated by zig from mathtest.zig #include "xmission.h" #include int main(int argc, char **argv) { struct ClientOptions opts = { .host = "192.168.0.2", .port = 9091, .https = false, NULL, NULL, }; c_client client = c_client_init(opts); char *foo = c_torrent_get(client); printf("%s\n", foo); c_client_deinit(client); return 0; }