APUE Learning Example Source Code
Guo Wenxue
2018-11-16 6c41fb183d2ea71bb8d3a7bf4947f28eacfe97fe
ch1_fileIO/dir.c
@@ -1,9 +1,11 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#define TEST_DIR "dir"