Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pthread_exit 函数应该将 void 指针作为输入。我想知道为什么可以在不执行强制转换的情况下传递整数变量的地址(例如 pthread_exit(&ret1)这里)。