测试用例

This commit is contained in:
2026-08-29 11:39:28 +08:00
parent a0758766c5
commit 8fd65b0de0
19 changed files with 1723 additions and 432 deletions
+8 -8
View File
@@ -101,16 +101,16 @@ typedef int c_err_t;
#define C_ERR_OK 0
#define C_ERR_FAIL (-1)
#define C_ERR_NOTFOUND (-2)
#define C_ERR_NOMEM (-3)
#define C_ERR_NOTIMPLEMENTED (-4)
#define C_ERR_PARAM (-5)
#define C_ERR_OUTOFBOUND (-6)
#define C_ERR_EMPTY (-7)
#define C_ERR_FULL (-8)
#define C_ERR_ALREADY_EXISTS (-9)
#define C_ERR_NOMEM (-2)
#define C_ERR_NOTIMPLEMENTED (-3)
#define C_ERR_PARAM (-4)
#define C_ERR_EMPTY (-5)
#define C_ERR_FULL (-6)
#define C_ERR_ALREADY_EXISTS (-7)
#define C_SUCCESS C_ERR_OK
#define C_ERR_NOTFOUND C_ERR_FAIL
#define C_ERR_OUTOFBOUND C_ERR_FAIL
/* ------------------------------------------------------------------------------------------------------------------ */
/* */