#
头文件char* strcpy(char* s,const char* ct)将字符串ct(包括‘\0’)复制到字符串s中,并返回s。char* strncpy(cha
Linux下对文件操作有两种方式:系统调用(system call)和库函数调用(Library functions)fork完后:(1)有两个返回值,子进程返回0,父进程返回子进程的id(2)父子进
头文件所有函数的返回值都是double,三角函数的角度用弧度表示。sin(double x)、cos(double x)、tan(double x)、asin(double