总览函数声明函数功能 double floor (double x);获取小于或等于 x 的最大整数(double)。..., const fpos_t *pos);将文件指针定位在pos指定的位置上。...%f, %f) = %f\n", xf, yf, zf, fmaf(xf, yf, zf)); printf("fmal(%Lf, %Lf, %Lf) = %Lf\n", xL, yL, zL,...//内存空间释放后,该空间上的值未知 printf("string = %-10s, Address = %u, len = %d\n", str, str, strlen(str));...int fsetpos(FILE *stream, const fpos_t *pos);将文件指针定位在pos指定的位置上。