netdisp.h

来自「rxvt经典的linux下的终端.小巧实用」· C头文件 代码 · 共 19 行

H
19
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?