Foundations

This commit is contained in:
2026-08-29 01:50:50 +08:00
parent bf5fc3bda6
commit 8e95904cc4
100 changed files with 13997 additions and 0 deletions
+5
View File
@@ -108,6 +108,7 @@ typedef int c_err_t;
#define C_ERR_OUTOFBOUND (-6)
#define C_ERR_EMPTY (-7)
#define C_ERR_FULL (-8)
#define C_ERR_ALREADY_EXISTS (-9)
#define C_SUCCESS C_ERR_OK
@@ -118,5 +119,9 @@ typedef int c_err_t;
#define C_TRUE true
#define C_FALSE false
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
typedef c_int_t c_index_t;
#endif /*INCLUDED_C_TYPES_H*/