whatever was in here to start with

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-04-29 20:01:50 +00:00
commit 050c64b1c4
6 changed files with 354 additions and 0 deletions

10
src/aerr.h Normal file
View file

@ -0,0 +1,10 @@
typedef enum {
A_ERROR = 0,
A_OK,
A_DONE,
A_AGAIN,
A_SKIPPED,
A_REFUSED,
A_UNKNOWN,
A_OUTOFBOUND,
} aret;