X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=5e6f8a094cfad1eb056bd53415ac58281869b84f;hb=HEAD;hp=039368c8f53ec2878fbaf0d151fe164e9f7f4af5;hpb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;p=pdclib.old diff --git a/includes/errno.h b/includes/errno.h deleted file mode 100644 index 039368c..0000000 --- a/includes/errno.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id$ */ - -/* 7.5 Errors - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#ifndef _PDCLIB_ERRNO_H -#define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H -#include <_PDCLIB_int.h> -_PDCLIB_BEGIN_EXTERN_C - -#define errno (*_PDCLIB_errno_func()) - -#define ERANGE _PDCLIB_ERANGE -#define EDOM _PDCLIB_EDOM - -_PDCLIB_END_EXTERN_C -#endif -