Expand blisp_easy to use error codes

This commit is contained in:
Ben V. Brown
2023-05-09 07:58:06 +10:00
parent 6e2d40b9c4
commit 6ec0e9e862
2 changed files with 24 additions and 20 deletions
+1
View File
@@ -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