首页 列表 - 第 59 页

ERROR - Linux手册页

ERROR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 错误,error_at_line,error_message_count,error_one_per_line,error_print_progname-glibc错误报告功能 语法 #include <error.h> void error(int status, in

Views:0  2019-08-20

ERR - Linux手册页

ERR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 err,verr,errx,verrx,warn,vwarn,warnx,vwarnx-格式化的错误消息 语法 #include <err.h> void err(int eval, const char *fmt, ...); void errx(int eval, co

Views:0  2019-08-20

END - Linux手册页

END - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 etext, edata, end -程序段的末尾 语法 extern etext; extern edata; extern end; 说明 这些符号的地址表示各个程序段的结尾: etext 这是文本段(程序代码)末尾的第一个地址。 edata 这是初始化数据段末尾之后的第一

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

ETHER_ATON - Linux手册页

ETHER_ATON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ether_aton,ether_ntoa,ether_ntohost,ether_hostton,ether_line,ether_ntoa_r,ether_aton_r-以太网地址操作例程 语法 #include <netinet/ether.h> char

Views:0  2019-08-20

EUIDACCESS - Linux手册页

EUIDACCESS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 euidaccess,eaccess-检查文件的有效用户权限 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <unistd.h> int euidacce

Views:0  2019-08-20

EVENTFD - Linux手册页

EVENTFD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 eventfd-为事件通知创建文件描述符 语法 #包括 int eventfd(unsigned int initval,int标志); 说明 eventfd()创建一个" eventfd对象",它可由用户空间应用程序和内核将其用作事件等待/通知机制,以将事

Views:0  2019-08-20

EVENTFD - Linux手册页

EVENTFD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 eventfd-为事件通知创建文件描述符 语法 #包括 int eventfd(unsigned int initval,int标志); 说明 eventfd()创建一个" eventfd对象",它可由用户空间应用程序和内核将其用作事件等待/通知机制,以将事

Views:0  2019-08-20

EXEC - Linux手册页

EXEC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-08-02 名称 execl,execlp,execle,execv,execvp,execvpe-执行文件 语法 #include <unistd.h> extern char **environ; int execl(const char *pathname, const char *

Views:0  2019-08-20

EXEC - Linux手册页

EXEC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-08-02 名称 execl,execlp,execle,execv,execvp,execvpe-执行文件 语法 #include <unistd.h> extern char **environ; int execl(const char *pathname, const char *

Views:0  2019-08-20

EXEC - Linux手册页

EXEC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-08-02 名称 execl,execlp,execle,execv,execvp,execvpe-执行文件 语法 #include <unistd.h> extern char **environ; int execl(const char *pathname, const char *

Views:0  2019-08-20