我希望我的程序打印
所以我写了下面的代码。实际发生的是
如何纠正?
实际发生的是我
void *myThreadFun(void *vargp) { while (1) { sleep(1); printf("hello"); } }
c
c ×1