OnITRoad - man3
FMAX - Linux手册页
FMAX - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmax,fmaxf,fmaxl-确定两个浮点数的最大值 语法 #包括 double fmax(double x,double y);浮点数fmaxf(float x,float y); long double fmaxl(long double x,long double y); 与-
Views:0 2019-08-20
FMAX - Linux手册页
FMAX - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmax,fmaxf,fmaxl-确定两个浮点数的最大值 语法 #包括 double fmax(double x,double y);浮点数fmaxf(float x,float y); long double fmaxl(long double x,long double y); 与-
Views:0 2019-08-20
FMEMOPEN - Linux手册页
FMEMOPEN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 fmemopen-以流形式打开内存 语法 #include <stdio.h> FILE *fmemopen(void *buf, size_t size, const char *mode); glibc的功能测试宏要求(请参阅feature_test_macro
Views:0 2019-08-20
FMIN - Linux手册页
FMIN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmin,fminf,fminl-确定两个浮点数的最小值 语法 #包括 double fmin(double x,double y); 浮点数fminf(float x,float y); long double fminl(long double x,long double y); 与
Views:0 2019-08-20
FMIN - Linux手册页
FMIN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmin,fminf,fminl-确定两个浮点数的最小值 语法 #包括 double fmin(double x,double y); 浮点数fminf(float x,float y); long double fminl(long double x,long double y); 与
Views:0 2019-08-20
FMIN - Linux手册页
FMIN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmin,fminf,fminl-确定两个浮点数的最小值 语法 #包括 double fmin(double x,double y); 浮点数fminf(float x,float y); long double fminl(long double x,long double y); 与
Views:0 2019-08-20
FMOD - Linux手册页
FMOD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmod,fmodf,fmodl-浮点余数函数 语法 #include <math.h> double fmod(double x, double y); float fmodf(float x, float y); long double fmodl(long doubl
Views:0 2019-08-20
FMOD - Linux手册页
FMOD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmod,fmodf,fmodl-浮点余数函数 语法 #include <math.h> double fmod(double x, double y); float fmodf(float x, float y); long double fmodl(long doubl
Views:0 2019-08-20
FMOD - Linux手册页
FMOD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fmod,fmodf,fmodl-浮点余数函数 语法 #include <math.h> double fmod(double x, double y); float fmodf(float x, float y); long double fmodl(long doubl
Views:0 2019-08-20
FMTMSG - Linux手册页
FMTMSG - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 fmtmsg-打印格式化的错误消息 语法 #include <fmtmsg.h> int fmtmsg(long classification, const char *label, int severity, const char *text,
Views:0 2019-08-20
FNMATCH - Linux手册页
FNMATCH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 fnmatch-匹配文件名或路径名 语法 #include <fnmatch.h> int fnmatch(const char *pattern, const char *string, int flags); 说明 fnmatch()函数检查string参数是
Views:0 2019-08-20
FOPEN - Linux手册页
FOPEN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-05-09 名称 fopen,fdopen,freopen-流打开功能 语法 #include <stdio.h> FILE *fopen(const char *pathname, const char *mode); FILE *fdopen(int fd, const char *
Views:0 2019-08-20
FOPENCOOKIE - Linux手册页
FOPENCOOKIE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 fopencookie-打开自定义流 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <stdio.h> FILE *fopencookie(void *cook
Views:0 2019-08-20
OPENPTY - Linux手册页
OPENPTY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 openpty,login_tty,forkpty-终端实用程序功能 语法 #include <pty.h> int openpty(int *amaster, int *aslave, char *name, const struct ter
Views:0 2019-08-20
FPATHCONF - Linux手册页
FPATHCONF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-07-13 名称 fpathconf,pathconf-获取文件的配置值 语法 #include <unistd.h> long fpathconf(int fd, int name); long pathconf(const char *path, int name); 说明
Views:0 2019-08-20
FPCLASSIFY - Linux手册页
FPCLASSIFY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fpclassify,isfinite,isnormal,isnan,isinf-浮点分类宏 语法 #include <math.h> int fpclassify(x); int isfinite(x); int isnormal(x); int isn
Views:0 2019-08-20