|
gwenhywfar
5.1.3
|
Go to the source code of this file.
Functions | |
Verbosity | |
Composing error messages. | |
| const GWENHYWFAR_API char * | GWEN_Error_SimpleToString (int i) |
| Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes. More... | |
| GWENHYWFAR_API int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
| const GWENHYWFAR_API 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 |
| 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 |
1.8.17