xtd_c - Reference Guide 0.2.0
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);
Contains types definitions.