APUE Learning Example Source Code
Guo Wenxue
2018-12-05 ff94a13ba95f9ce6697ef47c95071dd9b2ab424e
ch1_fileIO/file_io.c
@@ -1,6 +1,7 @@
#include <stdio.h>   
#include <errno.h>
#include <string.h> 
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>