1 2 3 4 5 6 7 8
#include <errno.h> #define ENOTDIR (35) /** Not a directory or a symbolic link to a directory **/ /* POSIX(1) */