Modules | |
| Simplified Error Codes | |
Verbosity | |
| Composing error messages. | |
| GWENHYWFAR_API int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
| 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 |
Definition at line 75 of file error.c.
References GWEN_Error_SimpleToString().
1.5.6