blob: 21a1c6c83447a3e562a48a0ea2c7ff1d8a5c6984 (
plain)
1
2
3
4
5
6
7
|
char Edirnotempty[] = "directory not empty on deletion";
char Eexists[] = "file already exists";
char Enonexist[] = "file does not exist";
char Eisdir[] = "is a directory";
char Enotdir[] = "not a directory";
char Eperm[] = "permission denied";
char Erofs[] = "read only filesystem";
|