MGE General C Library - Full Internal Documentation v1.8.4
Library of general C functions.
|
Defines mge error variables. More...
#include <stddef.h>
#include "internal.h"
#include <libmgec/libmgec.h>
#include <libmgec/mge-errno.h>
Variables | |
int | mge_errno |
Error number. More... | |
int | sav_errno |
Used to store errno, gai_errno etc. More... | |
const char * | errno_desc [] |
Global array of mge-errno descriptions. More... | |
const size_t | errno_desc_size = ARRAY_SIZE(errno_desc) |
Size of the error description array. More... | |
Defines mge error variables.
Definition of mge_errno error descriptions and global error variables.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
const char* errno_desc[] |
Global array of mge-errno descriptions.
const size_t errno_desc_size = ARRAY_SIZE(errno_desc) |
Size of the error description array.
int mge_errno |
Error number.
int sav_errno |
Used to store errno, gai_errno etc.