故事:我尝试在Sli-Taz Linux 32 bit和64 bit上编译下面的代码。在这两种情况下,我得到相同的gcc error。我在repo中搜索了libc包,但没有找到任何名为libc-dev的包。如果我找不到解决方案,我也可以尝试使用Alpine Linux。编译错误:gcc server.c In file included from /usr/include/sys/socket.h:40:0,
from server
该项目只能在Linux上运行。因此,我试图找到一种有效的方法来存储IP地址并区分协议族。第一种方法是建立一个联盟: uint8_t fam; // socket family type struct in_addr ipv4_sin_addr; } addr;The second approach was to define a `typedef std第三