APUE Learning Example Source Code
Guo Wenxue
2018-11-30 259a0a094fe34ecaa9d8bdb38e6cbb9d212cccae
ch1_fileIO/syserr.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>