OnITRoad - man3

__SETFPUCW - Linux手册页

__SETFPUCW - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 __setfpucw-在i386架构上设置FPU控制字(已淘汰) 语法 #包括 void __setfpucw(unsigned short control_word); 说明 __setfpucw()将control_word传输到i386架构上的FPU(浮点单元)的寄

Views:0  2019-08-20

STDIO_EXT - Linux手册页

STDIO_EXT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2015-03-02 名称 fbufsize, flbf,__ fpending,__ fpurge,__ freadable,__ freading,__ fsetlocking,__ fwritable,__ fwriting,_flushlbf-与stdio FILE结构的接口 语法 #includ

Views:0  2019-08-20

A64L - Linux手册页

A64L - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-08-13 名称 a64l,l64a-在long和base-64之间转换 语法 #包括 长a64l(const char * str64); char * l64a(long value); glibc的功能测试宏要求(请参阅feature_test_macros(7)): a64l(),l64a():

Views:0  2019-08-20

ABORT - Linux手册页

ABORT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 abort-将异常进程终止 语法 #include <stdlib.h> void abort(void); 说明 abort()函数首先解除对SIGABRT信号的阻塞,然后为调用进程引发该信号(就像调用了raise(3)一样)。除非捕获到SIGABRT信号并且信号处

Views:0  2019-08-20

ABS - Linux手册页

ABS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 abs,labs,llabs,imaxabs-计算整数的绝对值 语法 #include <stdlib.h> int abs(int j); long int labs(long int j); long long int llabs(long long int j); #

Views:0  2019-08-20

ACOS - Linux手册页

ACOS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acos,acosf,acosl-反余弦函数 语法 #include <math.h> double acos(double x); float acosf(float x); long double acosl(long double x); 与-lm链接。 glibc的

Views:0  2019-08-20

ACOS - Linux手册页

ACOS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acos,acosf,acosl-反余弦函数 语法 #include <math.h> double acos(double x); float acosf(float x); long double acosl(long double x); 与-lm链接。 glibc的

Views:0  2019-08-20

ACOSH - Linux手册页

ACOSH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acosh,acoshf,acoshl-反双曲余弦函数 语法 #include <math.h> double acosh(double x); float acoshf(float x); long double acoshl(long double x); Link

Views:0  2019-08-20

ACOSH - Linux手册页

ACOSH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acosh,acoshf,acoshl-反双曲余弦函数 语法 #include <math.h> double acosh(double x); float acoshf(float x); long double acoshl(long double x); Link

Views:0  2019-08-20

ACOSH - Linux手册页

ACOSH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acosh,acoshf,acoshl-反双曲余弦函数 语法 #include <math.h> double acosh(double x); float acoshf(float x); long double acoshl(long double x); Link

Views:0  2019-08-20

ACOS - Linux手册页

ACOS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 acos,acosf,acosl-反余弦函数 语法 #include <math.h> double acos(double x); float acosf(float x); long double acosl(long double x); 与-lm链接。 glibc的

Views:0  2019-08-20

GETMNTENT - Linux手册页

GETMNTENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 getmntent,setmntent,addmntent,endmntent,hasmntopt,getmntent_r-获取文件系统描述符文件条目 语法 #include <stdio.h> #include <mntent.h> FILE *se

Views:0  2019-08-20

ADDSEVERITY - Linux手册页

ADDSEVERITY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 addseverity-引入新的严重性类别 语法 #include <fmtmsg.h> int addseverity(int severity, const char *s); glibc的功能测试宏要求(请参阅feature_test_macros(7)

Views:0  2019-08-20

ADJTIME - Linux手册页

ADJTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 adjtime-更正时间以同步系统时钟 语法 #include <sys/time.h> int adjtime(const struct timeval *delta, struct timeval *olddelta); glibc的功能测试宏要求(请参阅feat

Views:0  2019-08-20

AIO_CANCEL - Linux手册页

AIO_CANCEL - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 aio_cancel-取消未完成的异步I / O请求 语法 #包括 int aio_cancel(int fd,结构aiocb * aiocbp); 与-lrt链接。 说明 aio_cancel()函数尝试取消对文件描述符fd的未完成异步I / O请求。如果aiocbp为

Views:0  2019-08-20

AIO_ERROR - Linux手册页

AIO_ERROR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 aio_error-获取异步I / O操作的错误状态 语法 #包括 int aio_error(const struct aiocb * aiocbp); 与-lrt链接。 说明 aio_error()函数返回异步I / O请求的错误状态,并带有aiocbp指向的控制块。

Views:0  2019-08-20