[A] Added more c++ funcions

This commit is contained in:
seleznevae
2018-04-08 15:48:15 +03:00
parent 8bb0eaec66
commit 9838e6dc97
4 changed files with 75 additions and 23 deletions

View File

@@ -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