[A] Added more c++ funcions
This commit is contained in:
@@ -57,16 +57,6 @@ enum F_BOOL
|
||||
#define SYS_LOG_ERROR(...)
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* RETURN CODES
|
||||
* ***************************************************************************/
|
||||
typedef int fort_status_t;
|
||||
#define FT_SUCCESS 0
|
||||
#define FT_MEMORY_ERROR -1
|
||||
#define FT_ERROR -2
|
||||
#define FT_EINVAL -3
|
||||
#define IS_SUCCESS(arg) ((arg) >= 0)
|
||||
#define IS_ERROR(arg) ((arg) < 0)
|
||||
|
||||
/*****************************************************************************
|
||||
* DEFAULT_SIZES
|
||||
|
Reference in New Issue
Block a user