inet.h

来自「UNIX下perl实现代码」· C头文件 代码 · 共 8 行

H
8
字号
/* Declarations which would have been found in <arpa/inet.h> *//* On Plan 9, these are found in <netinet/in.h> *//* extern unsigned long inet_addr(const char *); *//* extern char *inet_ntoa(struct in_addr); */#include <netinet/in.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?