|
gwenhywfar 5.14.1
|
Go to the source code of this file.
Functions | |
Verbosity | |
Composing error messages. | |
| GWENHYWFAR_API const char * | GWEN_Error_SimpleToString (int i) |
| Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes. | |
| GWENHYWFAR_API int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
| GWENHYWFAR_API const char * GWEN_Error_SimpleToString | ( | int | i | ) |
Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes.
| i | The error code |
References GWENHYWFAR_API.
| GWENHYWFAR_API int GWEN_Error_ToString | ( | int | c, |
| char * | buffer, | ||
| int | bsize ) |
Dumps the string corresponding to the given erro code.
| c | error code |
| buffer | pointer to a buffer to receive the message |
| bsize | size of that buffer in bytes |
References GWENHYWFAR_API.