This commit is contained in:
Andre Wagner
2026-05-12 09:21:04 -05:00
parent 2fd11f879c
commit ad970577b0
4 changed files with 49 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ typedef enum {
typedef enum {
T_OK = 0,
T_ERR_STACK_UNDERFLOW = -1, T_ERR_STACK_FP_UNDERFLOW = -2,
T_ERR_STACK_UNDERFLOW = -1, T_ERR_STACK_FP_UNDERFLOW = -2, T_ERR_STACK_ACCESS_OUT_OF_RANGE = -3,
} TYC_RESULT;
#endif //TYCHE_TYCHE_H