5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
14 static int _PDCLIB_errno = 0;
16 int * _PDCLIB_errno_func()
18 return &_PDCLIB_errno;
24 #include <_PDCLIB_test.h>
31 TESTCASE( errno == 0 );
33 TESTCASE( errno == EDOM );
35 TESTCASE( errno == ERANGE );