3 /* 7.5 Errors <errno.h>
5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
9 #ifndef _PDCLIB_ERRNO_H
10 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
13 #define _PDCLIB_INT_H _PDCLIB_INT_H
14 #include <_PDCLIB_int.h>
17 #define errno (*_PDCLIB_errno_func())
19 #define ERANGE _PDCLIB_ERANGE
20 #define EDOM _PDCLIB_EDOM