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