📄 netdisp.h
字号:
/* On Solaris link with -lsocket and -lnsl */#include <sys/types.h>#include <sys/socket.h>/* these next two are probably only on Sun (not Solaris) */#ifdef HAVE_SYS_SOCKIO_H#include <sys/sockio.h>#endif#ifdef HAVE_SYS_BYTEORDER_H#include <sys/byteorder.h>#endif#include <netinet/in.h>#include <arpa/inet.h>#include <net/if.h>#include <net/if_arp.h>#include "netdisp.intpro" /* PROTOS for internal routines */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -