首页 列表 - 第 89 页

UPDWTMP - Linux手册页

UPDWTMP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 updwtmp,logwtmp-将条目追加到wtmp文件 语法 #include <utmp.h> void updwtmp(const char *wtmp_file, const struct utmp *ut); void logwtmp(const char

Views:0  2019-08-20

SETJMP - Linux手册页

SETJMP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-03-13 名称 setjmp,sigsetjmp,longjmp,siglongjmp-执行非本地goto 语法 #include <setjmp.h> int setjmp(jmp_buf env); int sigsetjmp(sigjmp_buf env, int savesig

Views:0  2019-08-20

DRAND48 - Linux手册页

DRAND48 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 drand48,erand48,lrand48,nrand48,mrand48,jrand48,srand48,seed48,lcong48-生成均匀分布的伪随机数 语法 #include <stdlib.h> double drand48(void); doubl

Views:0  2019-08-20

DRAND48_R - Linux手册页

DRAND48_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 drand48_r,erand48_r,lrand48_r,nrand48_r,mrand48_r,jrand48_r,srand48_r,seed48_r,lcong48_r-重新生成均匀分布的伪随机数 语法 #include <stdlib.h> int dr

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LRINT - Linux手册页

LRINT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lrint,lrintf,lrintl,llrint,llrintf,llrintl-舍入到最接近的整数 语法 #include <math.h> long int lrint(double x); long int lrintf(float x); long int l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LROUND - Linux手册页

LROUND - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lround,lroundf,lroundl,llround,llroundf,llroundl-舍入到最接近的整数 语法 #include <math.h> long int lround(double x); long int lroundf(float x); l

Views:0  2019-08-20

LSEARCH - Linux手册页

LSEARCH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lfind,lsearch-数组的线性搜索 语法 #include <search.h> void *lfind(const void *key, const void *base, size_t *nmemb, size_t size, int(*

Views:0  2019-08-20

LSEEK64 - Linux手册页

LSEEK64 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 lseek64-重新定位64位读/写文件的偏移量 语法 #定义_LARGEFILE64_SOURCE / 参见feature_test_macros(7) / #包括 #包括 off64_t lseek64(int fd,off64_t offset,int whence);

Views:0  2019-08-20

FUTIMES - Linux手册页

FUTIMES - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 futimes,lutimes-更改文件时间戳 语法 #include <sys/time.h> int futimes(int fd, const struct timeval tv[2]); int lutimes(const char *filename, c

Views:0  2019-08-20

MAKEDEV - Linux手册页

MAKEDEV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 makedev,major,minor-管理设备号 语法 #include <sys/sysmacros.h> dev_t makedev(unsigned int maj, unsigned int min); unsigned int major(dev_t d

Views:0  2019-08-20

MAKECONTEXT - Linux手册页

MAKECONTEXT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 makecontext,swapcontext-操作用户上下文 语法 #包括 void makecontext(ucontext_t * ucp,void(* func)(),int argc,...); int swapcontext(ucontext_t * oucp,

Views:0  2019-08-20

MAKEDEV - Linux手册页

MAKEDEV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 makedev,major,minor-管理设备号 语法 #include <sys/sysmacros.h> dev_t makedev(unsigned int maj, unsigned int min); unsigned int major(dev_t d

Views:0  2019-08-20