首页 列表 - 第 63 页
FENV - Linux手册页
FENV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 feclearexcept,fegetexceptflag,feraiseexcept,fesetexceptflag,fetestexcept,fegetenv,fegetround,feholdexcept,fesetround,fesetenv,feupdateenv,feenable
Views:0 2019-08-20
FEXECVE - Linux手册页
FEXECVE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-10-10 名称 fexecve-执行通过文件描述符指定的程序 语法 #include <unistd.h> int fexecve(int fd, char *const argv[], char *const envp[]); glibc的功能测试宏要求(请参阅feature_te
Views:0 2019-08-20
FFLUSH - Linux手册页
FFLUSH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fflush-刷新流 语法 #包括 int fflush(FILE * stream); 说明 对于输出流,fflush()强制通过给定的输出或更新流,通过该流的底层写函数写入所有用户空间缓冲的数据。 对于与可搜索文件(例如,磁盘文件,但不包括管道或终端)相关联的输入流,fflu
Views:0 2019-08-20
UNLOCKED_STDIO - Linux手册页
UNLOCKED_STDIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getc_unlocked,getchar_unlocked,putc_unlocked,putchar_unlocked-非锁定stdio函数 语法 #include <stdio.h> int getc_unlocked(FILE *stream);
Views:0 2019-08-20
FFS - Linux手册页
FFS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ffs,ffsl,ffsll-查找单词中设置的第一位 语法 #include <strings.h> int ffs(int i); #include <string.h> int ffsl(long int i); int ffsll(long long
Views:0 2019-08-20
FFS - Linux手册页
FFS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ffs,ffsl,ffsll-查找单词中设置的第一位 语法 #include <strings.h> int ffs(int i); #include <string.h> int ffsl(long int i); int ffsll(long long
Views:0 2019-08-20
FFS - Linux手册页
FFS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 ffs,ffsl,ffsll-查找单词中设置的第一位 语法 #include <strings.h> int ffs(int i); #include <string.h> int ffsl(long int i); int ffsll(long long
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
UNLOCKED_STDIO - Linux手册页
UNLOCKED_STDIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getc_unlocked,getchar_unlocked,putc_unlocked,putchar_unlocked-非锁定stdio函数 语法 #include <stdio.h> int getc_unlocked(FILE *stream);
Views:0 2019-08-20
FGETGRENT - Linux手册页
FGETGRENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fgetgrent-获取组文件条目 语法 #include <stdio.h> #include <sys/types.h> #include <grp.h> struct group *fgetgrent(FILE *stream); g
Views:0 2019-08-20
GETGRENT_R - Linux手册页
GETGRENT_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getgrent_r,fgetgrent_r-重新获得组文件条目 语法 #include <grp.h> int getgrent_r(struct group *gbuf, char *buf, size_t buflen, st
Views:0 2019-08-20
FSEEK - Linux手册页
FSEEK - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fgetpos,fseek,fsetpos,ftell,rewind-重新定位流 语法 #include int fseek(FILE *stream, long offset, int whence); long ftell(FILE *stream); void rewind(
Views:0 2019-08-20
FGETPWENT - Linux手册页
FGETPWENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-02-02 名称 fgetpwent-获取密码文件条目 语法 #include <stdio.h> #include <sys/types.h> #include <pwd.h> struct passwd *fgetpwent(FILE *stream);
Views:0 2019-08-20
GETPWENT_R - Linux手册页
GETPWENT_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getpwent_r,fgetpwent_r-可重入获取passwd文件条目 语法 #include <pwd.h> int getpwent_r(struct passwd *pwbuf, char *buf, size_t bu
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
UNLOCKED_STDIO - Linux手册页
UNLOCKED_STDIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getc_unlocked,getchar_unlocked,putc_unlocked,putchar_unlocked-非锁定stdio函数 语法 #include <stdio.h> int getc_unlocked(FILE *stream);
Views:0 2019-08-20