#include "gm_debug.h"#include "gm_internal.h"Functions | |
| GM_ENTRY_POINT void | gm_perror (const char *message, gm_status_t error) |
|
||||||||||||
|
gm_perror() is similar to ANSI perror(), but takes the error code as a parameter to allow thread safety in future implementations, and only supports GM error numbers. Prints message followed by a description of errno.
|
1.4.4