Archeus
0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
errno.c
Go to the documentation of this file.
1
#include "
arc/std/errno.h
"
2
3
#include <stdint.h>
4
5
int32_t
arc_errno
= 0;
6
7
#if ARC_DEBUG
8
#include <stdio.h>
9
FILE *arc_errno_log_file = NULL;
10
11
#ifndef ARC_DEBUG_LOG_STREAM_OVERRIDE
12
void
ARC_Errno_SetDefaultStream(
void
){
13
arc_errno_log_file = stdout;
14
}
15
#endif
16
#endif
arc_errno
int32_t arc_errno
Definition
errno.c:5
errno.h
src
std
errno.c