new: working on the gen command

This commit is contained in:
ngn
2024-05-02 22:53:52 +03:00
parent 0d00678c30
commit e29c3ce419
11 changed files with 380 additions and 113 deletions

View File

@ -5,6 +5,13 @@ enum ErrorCodes {
ConfigNotFound = 954,
ConfigInvalid = 953,
ConfigParseFail = 952,
ConfigMultiple = 951,
TargetSrcFail = 950,
OpendirFail = 948,
MkdirFail = 945,
OpenFail = 944,
};
extern int errno;