whatever was in here to start with
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
commit
050c64b1c4
6 changed files with 354 additions and 0 deletions
10
src/aerr.h
Normal file
10
src/aerr.h
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue