OnITRoad - man3

TRUNC - Linux手册页

TRUNC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 trunc,truncf,truncl-舍入为整数,向零 语法 #include <math.h> double trunc(double x); float truncf(float x); long double truncl(long double x); 与-lm

Views:0  2019-08-20

TRUNC - Linux手册页

TRUNC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 trunc,truncf,truncl-舍入为整数,向零 语法 #include <math.h> double trunc(double x); float truncf(float x); long double truncl(long double x); 与-lm

Views:0  2019-08-20

TRUNC - Linux手册页

TRUNC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 trunc,truncf,truncl-舍入为整数,向零 语法 #include <math.h> double trunc(double x); float truncf(float x); long double truncl(long double x); 与-lm

Views:0  2019-08-20

TSEARCH - Linux手册页

TSEARCH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 tsearch,tfind,tdelete,twalk,tdestroy-管理二进制搜索树 语法 #include <search.h> typedef enum { preorder, postorder, endorder, leaf } VISIT; void

Views:0  2019-08-20

TTYNAME - Linux手册页

TTYNAME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-10-10 名称 ttyname,ttyname_r-终端的返回名称 语法 #include <unistd.h> char *ttyname(int fd); int ttyname_r(int fd, char *buf, size_t buflen); 说明 函数ttyna

Views:0  2019-08-20

TTYNAME - Linux手册页

TTYNAME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-10-10 名称 ttyname,ttyname_r-终端的返回名称 语法 #include <unistd.h> char *ttyname(int fd); int ttyname_r(int fd, char *buf, size_t buflen); 说明 函数ttyna

Views:0  2019-08-20

TTYSLOT - Linux手册页

TTYSLOT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ttyslot-在某些文件中找到当前用户终端的插槽 语法 #include /请参阅注释* / int ttyslot(无效); glibc的功能测试宏要求(请参阅feature_test_macros(7)): ttyslot(): 从glibc 2.24开始: _DEFAU

Views:0  2019-08-20

TSEARCH - Linux手册页

TSEARCH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 tsearch,tfind,tdelete,twalk,tdestroy-管理二进制搜索树 语法 #include <search.h> typedef enum { preorder, postorder, endorder, leaf } VISIT; void

Views:0  2019-08-20

TSEARCH - Linux手册页

TSEARCH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 tsearch,tfind,tdelete,twalk,tdestroy-管理二进制搜索树 语法 #include <search.h> typedef enum { preorder, postorder, endorder, leaf } VISIT; void

Views:0  2019-08-20

TZSET - Linux手册页

TZSET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 tzset,tzname,时区,日光-初始化时间转换信息 语法 #include <time.h> void tzset (void); extern char *tzname[2]; extern long timezone; extern int daylight;

Views:0  2019-08-20

TZSET - Linux手册页

TZSET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 tzset,tzname,时区,日光-初始化时间转换信息 语法 #include <time.h> void tzset (void); extern char *tzname[2]; extern long timezone; extern int daylight;

Views:0  2019-08-20

UALARM - Linux手册页

UALARM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ualarm-在给定的微秒数后调度信号 语法 #include <unistd.h> useconds_t ualarm(useconds_t usecs, useconds_t interval); glibc的功能测试宏要求(请参阅feature_test_macr

Views:0  2019-08-20

GETSPNAM - Linux手册页

GETSPNAM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getspnam,getspnam_r,getspent,getspent_r,setspent,endsed,fgetspent,fgetspent_r,sgetspent,sgetspent_r,putspent,lckpwdf,ulckpwdf-获取影子密码文件条目 语法

Views:0  2019-08-20

ULIMIT - Linux手册页

ULIMIT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ulimit-获取并设置用户限制 语法 #包括 长ulimit(int cmd,长newlimit); 说明 警告:此例程已过时。请改用getrlimit(2),setrlimit(2)和sysconf(3)。有关shell命令ulimit(),请参见bash(1)。 ulimi

Views:0  2019-08-20

UNDOCUMENTED - Linux手册页

UNDOCUMENTED - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 undocumented-未记录的库函数 语法 未记录的库函数 说明 该手册页提到了那些在标准库中实现但尚未在手册页中记录的库函数。 Solicitation The list authdes_create(3),authdes_getucred(3),authdes

Views:0  2019-08-20

FGETC - Linux手册页

FGETC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fgetc,fgets,getc,getchar,ungetc-字符和字符串的输入 语法 #include <stdio.h> int fgetc(FILE *stream); char *fgets(char *s, int size, FILE *stream);

Views:0  2019-08-20