Foundations
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user