#include "gm_debug.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT void | gm_perror (const char *message, gm_status_t error) |
This file contains the GM API function gm_perror().
|
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.
|