MGE General C Library - API Documentation
v1.3.5
Library of general C functions.
|
Functions handling mge_errno. More...
#include <errno.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
#include "internal.h"
#include <mge-errno.h>
Functions | |
const char * | mge_strerror (const int mge_err) |
Return a string describing the error number. More... | |
Variables | |
static char | err_msg [80] |
Storage for 'unknown error' string. More... | |
Functions handling mge_errno.
Functions supporting the use of the mge_errno system.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
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.