Vac works.
This commit is contained in:
parent
333c1dccc2
commit
3d77c87e81
14 changed files with 2459 additions and 2994 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include "error.h"
|
||||
|
||||
char ENoDir[] = "directory entry is not allocated";
|
||||
char ENoFile[] = "no such file or directory";
|
||||
char EBadPath[] = "bad path";
|
||||
char EBadDir[] = "corrupted directory entry";
|
||||
char EBadMeta[] = "corrupted meta data";
|
||||
char ENotDir[] = "not a directory";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue