/* * som_net / simple library example (c) by jak1 * * som_net / simple library example is licensed under a * Creative Commons Attribution-ShareAlike 4.0 International License. * * You should have received a copy of the license along with this * work. If not, see . * Footer */ #include "../shared/hook.h" int main(void) { set_client(); printf("%d\n", is_client()); start_chat(); return 0; }