| 这是我到目前为止已包含的所有.h文件,但没有 bool 的定义: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <pthread.h> #include <netdb.h> #include <fcntl.h> #include <unistd.h> #include <event.h> 哪个文件定...
之前遇到一个同学问一个问题,他在c源文件中使用bool变量,然后编译的时候提示bool没有定义。不知道怎么...