学会对文件的记录锁定
学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd ...
2016-01-04
95