예제 #1
0
파일: ex1.c 프로젝트: yuta-inoue/bship
int main()
{
  client_make_connection();
  handle_messages();
  client_close_connection();
  return 0;
}
예제 #2
0
static int connection(void)
{
    return client_make_connection(HOOK);
}