ref: ca563e03c774c1da22039ead4b64ef3322249f97
dir: /include/err.h/
#pragma once
enum
{
OK = 0,
/* you don't want these mass up with your values */
PERM_DENIED = -128,
NAME_TOO_LONG,
NO_FILE,
FS_NOT_READY,
DIR_NOT_EMPTY,
NO_MEM,
LL_ERR,
}err;