OnITRoad - man3
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
GETADDRINFO - Linux手册页
GETADDRINFO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 getaddrinfo,freeaddrinfo,gai_strerror-网络地址和服务翻译 语法 #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> i
Views:0 2019-08-20
GETIPNODEBYNAME - Linux手册页
GETIPNODEBYNAME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getipnodebyname,getipnodebyaddr,freehostent-获取网络主机名和地址 语法 #include <sys/types.h> #include <sys/socket.h> #include <net
Views:0 2019-08-20
GETIFADDRS - Linux手册页
GETIFADDRS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 getifaddrs,freeifaddrs-获取接口地址 语法 #include <sys/types.h> #include <ifaddrs.h> int getifaddrs(struct ifaddrs **ifap); void fre
Views:0 2019-08-20