xtd_c - Reference Guide
0.2.0
xtd_c.core
include
xtd_c
errors.h
Go to the documentation of this file.
1
6
#pragma once
7
#include "
types.h
"
8
#include <errno.h>
9
18
#ifndef ENONE
19
25
#define ENONE ((errno_t)0)
26
#endif
27
32
const
char
* xtd_error_to_string(errno_t error);
33
size_t
xtd_error_to_string_s(errno_t error,
char
*
string
,
size_t
size);
types.h
Contains types definitions.
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.