|
MGE General C Library - API Documentation v1.9.0
Library of general C functions.
|
Functions handling mge_errno. More...
#include <netdb.h>#include <stdio.h>#include <string.h>#include "internal.h"#include <libmgec/libmgec.h>#include <libmgec/mge-errno.h>
Functions | |
| const char * | mge_strerror (const int mge_err) |
| Return a string describing the error number. | |
Variables | |
| static char | err_msg [80] |
| Storage for 'unknown error' string. | |
Functions handling mge_errno.
Functions supporting the use of the mge_errno system.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
| const char * mge_strerror | ( | const int | mge_err | ) |
Return a string describing the error number.
If necessary look to errno, gai_errno etc.
| mge_err | The error number to look up. |
|
static |
Storage for 'unknown error' string.