首页 列表 - 第 66 页

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

PRINTF - Linux手册页

PRINTF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 printf,fprintf,dprintf,sprintf,snprintf,vprintf,vfprintf,vdprintf,vsprintf,vsnprintf-格式化输出转换 语法 #include <stdio.h> int printf(const cha

Views:0  2019-08-20

FPURGE - Linux手册页

FPURGE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fpurge,__ fpurge-清除流 语法 /* unsupported */ #include <stdio.h> int fpurge(FILE *stream); /* supported */ #include <stdio.h> #inclu

Views:0  2019-08-20

PUTS - Linux手册页

PUTS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fputc,fputs,putc,putchar,puts-字符和字符串的输出 语法 #include <stdio.h> int fputc(int c, FILE *stream); int fputs(const char *s, FILE *stream); i

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

PUTS - Linux手册页

PUTS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fputc,fputs,putc,putchar,puts-字符和字符串的输出 语法 #include <stdio.h> int fputc(int c, FILE *stream); int fputs(const char *s, FILE *stream); i

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

FPUTWC - Linux手册页

FPUTWC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fputwc,putwc-将宽字符写入FILE流 语法 #include <stdio.h> #include <wchar.h> wint_t fputwc(wchar_t wc, FILE *stream); wint_t putwc(wchar_t w

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

FPUTWS - Linux手册页

FPUTWS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 fputws-将宽字符字符串写入FILE流 语法 #include <wchar.h> int fputws(const wchar_t *ws, FILE *stream); 说明 fputws()函数与fputs(3)函数的宽字符等效。它将以ws开始的宽字符字符

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

FREAD - Linux手册页

FREAD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-08-13 名称 fread,fwrite-二进制流输入/输出 语法 #include <stdio.h> size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream); size_t fwrite(const void

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

MALLOC - Linux手册页

MALLOC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 malloc,free,calloc,realloc,reallocarray-分配和释放动态内存 语法 #include <stdlib.h> void *malloc(size_t size); void free(void *ptr); void *calloc(

Views:0  2019-08-20