This file contains the implementation of the error module. More...
#include "errors.h"
Functions | |
const char * | error (const int error_code) |
Returns the error code text of the error code given. More... | |
This file contains the implementation of the error module.
const char* error | ( | const int | error_code | ) |
Returns the error code text of the error code given.
error_code | The error code value as integer type. |