handle our own flag errors

This commit is contained in:
anon
2025-01-24 11:34:15 +01:00
parent f0319cf147
commit b07b6c75c4
3 changed files with 11 additions and 4 deletions

View File

@ -7,6 +7,7 @@ enum {
E_FILE_DELETE,
E_FILE_MOVE,
E_FORMAT,
E_FLAG,
};
extern void errorn(int i, ...);