mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-04-19 17:37:09 +02:00
A <bits/errno.h> file will likely by added later on for each target to add more specific values.
4 lines
83 B
C
4 lines
83 B
C
#include <errno.h>
|
|
|
|
/* The initial value is 0 at program startup */
|
|
int errno = 0;
|