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
11 #include <_PDCLIB_int.h>
12 _PDCLIB_BEGIN_EXTERN_C
14 #define errno (*_PDCLIB_errno_func())
16 #define ERANGE _PDCLIB_ERANGE
17 #define EDOM _PDCLIB_EDOM