int main()
{
    threadExample();
    return 0;
}
예제 #2
0
파일: simple.c 프로젝트: pasoev/praxis
int main(void){
  threadExample();
  return 0;
}