3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
13 static int _PDCLIB_errno = 0;
15 int * _PDCLIB_errno_func()
17 return &_PDCLIB_errno;
23 #include <_PDCLIB_test.h>
28 TESTCASE( errno == 0 );
30 TESTCASE( errno == EDOM );
32 TESTCASE( errno == ERANGE );