OnITRoad - man3
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
MALLINFO - Linux手册页
MALLINFO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 mallinfo-获取内存分配信息 语法 #包括 struct mallinfo mallinfo(无效); 说明 mallinfo()函数返回包含有关malloc(3)和相关函数执行的内存分配信息的结构的副本。 注意,并非所有分配都对mallinfo()可见;请参阅BUGS
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
MALLOC_GET_STATE - Linux手册页
MALLOC_GET_STATE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 malloc_get_state,malloc_set_state-记录和恢复malloc实现的状态 语法 #include <malloc.h> void* malloc_get_state(void); int malloc_set_state
Views:0 2019-08-20