随笔分类 -  Linux Programming

摘要:NAME arpa/inet.h - definitions for internet operationsSYNOPSIS #include <arpa/inet.h>DESCRIPTION The in_port_t and in_addr_t types shall be defined as described in <netinet/in.h> . The in_addr structure shall be defined as described in <netinet/in.h> . The IN... 阅读全文
posted @ 2011-07-29 12:52 左手牛奶,右手面包 阅读(9178) 评论(0) 推荐(0)
摘要:#include <sys/types.h>基本系统数据类型是Unix/Linux系统的基本系统数据类型的头文件,含有size_t,time_t,pid_t等类型。NAME sys/types.h - data typesSYNOPSIS #include <sys/types.h>DESCRIPTION The <sys/types.h> header shall include definitions for at least the following types: blkcnt_t Used for file block counts. blksiz 阅读全文
posted @ 2011-07-29 12:49 左手牛奶,右手面包 阅读(1912) 评论(1) 推荐(1)