This module does all error handling. More...
![]() |
Modules | |
Simplified Error Codes | |
Verbosity | |
| |
GWENHYWFAR_API int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
This module does all error handling.
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 77 of file error.c.
References GWEN_Error_SimpleToString().