一、lseek函数:
1.函数包含头文件:
#include <sys/types.h>
#include <unistd.h>
2.函数原型:
off_t lseek(int fd, off_t offset, int whence)
一、lseek函数:
1.函数包含头文件:
#include <sys/types.h>
#include <unistd.h>
2.函数原型:
off_t lseek(int fd, off_t offset, int whence)