FNFT
|
Controls error messages. More...
#include "fnft_numtypes.h"
Go to the source code of this file.
Macros | |
#define | FNFT_SUCCESS 0 |
#define | FNFT_EC_NOMEM 1 |
#define | FNFT_EC_INVALID_ARGUMENT 2 |
#define | FNFT_EC_DIV_BY_ZERO 3 |
#define | FNFT_EC_TEST_FAILED 4 |
#define | FNFT_EC_OTHER 5 |
#define | FNFT_EC_NOT_YET_IMPLEMENTED 6 |
#define | FNFT_EC_SANITY_CHECK_FAILED 7 |
#define | FNFT_EC_ASSERTION_FAILED 8 |
Typedefs | |
typedef FNFT_INT(* | fnft_printf_ptr_t) (const char *,...) |
Functions | |
void | fnft_errwarn_setprintf (fnft_printf_ptr_t printf_ptr) |
fnft_printf_ptr_t | fnft_errwarn_getprintf () |
Controls error messages.
Provides error codes and functions that control error messages output.