diff options
Diffstat (limited to 'inc/err.h')
-rw-r--r-- | inc/err.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/err.h b/inc/err.h new file mode 100644 index 0000000..c1ae3d9 --- /dev/null +++ b/inc/err.h @@ -0,0 +1,6 @@ +#ifndef ERR_H +#define ERR_H + +typedef enum { ERR, OK, END } err; + +#endif |