mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 04:01:30 +00:00
Expand blisp_easy to use error codes
This commit is contained in:
@@ -19,6 +19,7 @@ typedef enum {
|
||||
BLISP_ERR_OUT_OF_MEMORY = -9,
|
||||
BLISP_ERR_INVALID_COMMAND = -10,
|
||||
BLISP_ERR_CANT_OPEN_FILE=-11,
|
||||
BLISP_ERR_NOT_IMPLEMENTED=-12,
|
||||
|
||||
} blisp_return_t;
|
||||
#endif
|
||||
Reference in New Issue
Block a user