Exemplo n.º 1
0
int main()
{
  client_make_connection();
  handle_messages();
  client_close_connection();
  return 0;
}
Exemplo n.º 2
0
static int connection(void)
{
    return client_make_connection(HOOK);
}