APUE Learning Example Source Code
guowenxue
2019-06-26 937cb95ee88ce4f57cb4510be459a72033fbbb94
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"