]> pd.if.org Git - pdclib/commitdiff
PDCLib includes with quotes, not <>.
authorMartin Baute <solar@rootdirectory.de>
Sun, 13 Mar 2016 19:17:02 +0000 (20:17 +0100)
committerMartin Baute <solar@rootdirectory.de>
Sun, 13 Mar 2016 19:17:02 +0000 (20:17 +0100)
309 files changed:
functions/_PDCLIB/_PDCLIB_atomax.c
functions/_PDCLIB/_PDCLIB_closeall.c
functions/_PDCLIB/_PDCLIB_digits.c
functions/_PDCLIB/_PDCLIB_seed.c
functions/_PDCLIB/_PDCLIB_strtox_main.c
functions/_PDCLIB/_PDCLIB_strtox_prelim.c
functions/_PDCLIB/assert.c
functions/_PDCLIB/stdarg.c
functions/ctype/isalnum.c
functions/ctype/isalpha.c
functions/ctype/isblank.c
functions/ctype/iscntrl.c
functions/ctype/isdigit.c
functions/ctype/isgraph.c
functions/ctype/islower.c
functions/ctype/isprint.c
functions/ctype/ispunct.c
functions/ctype/isspace.c
functions/ctype/isupper.c
functions/ctype/isxdigit.c
functions/ctype/tolower.c
functions/ctype/toupper.c
functions/inttypes/imaxabs.c
functions/inttypes/imaxdiv.c
functions/inttypes/strtoimax.c
functions/inttypes/strtoumax.c
functions/locale/UnicodeData.py
functions/locale/_PDCLIB_mb_cur_max.c
functions/locale/_PDCLIB_unicodedata.c
functions/locale/freelocale.c
functions/locale/localeconv.c
functions/locale/setlocale.c
functions/locale/uselocale.c
functions/signal/raise.c
functions/signal/signal.c
functions/stdio/_PDCLIB_filemode.c
functions/stdio/_PDCLIB_fillbuffer.c
functions/stdio/_PDCLIB_flushbuffer.c
functions/stdio/_PDCLIB_ftell64.c
functions/stdio/_PDCLIB_fvopen.c
functions/stdio/_PDCLIB_prepread.c
functions/stdio/_PDCLIB_prepwrite.c
functions/stdio/_PDCLIB_print.c
functions/stdio/_PDCLIB_scan.c
functions/stdio/_PDCLIB_seek.c
functions/stdio/_cbprintf.c
functions/stdio/_vcbprintf.c
functions/stdio/clearerr.c
functions/stdio/fclose.c
functions/stdio/feof.c
functions/stdio/ferror.c
functions/stdio/fflush.c
functions/stdio/fgetc.c
functions/stdio/fgetpos.c
functions/stdio/fgets.c
functions/stdio/flockfile.c
functions/stdio/fopen.c
functions/stdio/fprintf.c
functions/stdio/fputc.c
functions/stdio/fputs.c
functions/stdio/fread.c
functions/stdio/freopen.c
functions/stdio/fscanf.c
functions/stdio/fseek.c
functions/stdio/fsetpos.c
functions/stdio/ftell.c
functions/stdio/ftrylockfile.c
functions/stdio/funlockfile.c
functions/stdio/fwrite.c
functions/stdio/getc.c
functions/stdio/getchar.c
functions/stdio/gets.c
functions/stdio/perror.c
functions/stdio/printf.c
functions/stdio/putc.c
functions/stdio/putchar.c
functions/stdio/puts.c
functions/stdio/rename.c
functions/stdio/rewind.c
functions/stdio/scanf.c
functions/stdio/setbuf.c
functions/stdio/setvbuf.c
functions/stdio/snprintf.c
functions/stdio/sprintf.c
functions/stdio/sscanf.c
functions/stdio/tmpnam.c
functions/stdio/ungetc.c
functions/stdio/vfprintf.c
functions/stdio/vfscanf.c
functions/stdio/vprintf.c
functions/stdio/vscanf.c
functions/stdio/vsnprintf.c
functions/stdio/vsprintf.c
functions/stdio/vsscanf.c
functions/stdlib/_Exit.c
functions/stdlib/abort.c
functions/stdlib/abs.c
functions/stdlib/at_quick_exit.c
functions/stdlib/atexit.c
functions/stdlib/atoi.c
functions/stdlib/atol.c
functions/stdlib/atoll.c
functions/stdlib/bsearch.c
functions/stdlib/div.c
functions/stdlib/exit.c
functions/stdlib/labs.c
functions/stdlib/ldiv.c
functions/stdlib/llabs.c
functions/stdlib/lldiv.c
functions/stdlib/qsort.c
functions/stdlib/quick_exit.c
functions/stdlib/rand.c
functions/stdlib/srand.c
functions/stdlib/strtol.c
functions/stdlib/strtoll.c
functions/stdlib/strtoul.c
functions/stdlib/strtoull.c
functions/string/memchr.c
functions/string/memcmp.c
functions/string/memcpy.c
functions/string/memmove.c
functions/string/memset.c
functions/string/strcat.c
functions/string/strchr.c
functions/string/strcmp.c
functions/string/strcoll.c
functions/string/strcpy.c
functions/string/strcspn.c
functions/string/strdup.c
functions/string/strerror.c
functions/string/strlcat.c
functions/string/strlcpy.c
functions/string/strlen.c
functions/string/strncat.c
functions/string/strncmp.c
functions/string/strncpy.c
functions/string/strndup.c
functions/string/strnlen.c
functions/string/strpbrk.c
functions/string/strrchr.c
functions/string/strspn.c
functions/string/strstr.c
functions/string/strtok.c
functions/string/strxfrm.c
functions/time/clock.c
functions/uchar/_PDCLIB_c16slen.c
functions/uchar/_PDCLIB_c32slen.c
functions/uchar/_PDCLIB_c32srtombs.c
functions/uchar/_PDCLIB_mbsrtoc32s.c
functions/uchar/c16rtomb.c
functions/uchar/c32rtomb.c
functions/uchar/mbrtoc16.c
functions/uchar/mbrtoc32.c
functions/wchar/mbrtowc.c
functions/wchar/mbsinit.c
functions/wchar/wcrtomb.c
functions/wchar/wcscat.c
functions/wchar/wcschr.c
functions/wchar/wcscmp.c
functions/wchar/wcscpy.c
functions/wchar/wcscspn.c
functions/wchar/wcslen.c
functions/wchar/wcsncat.c
functions/wchar/wcsncmp.c
functions/wchar/wcsncpy.c
functions/wchar/wcspbrk.c
functions/wchar/wcsrchr.c
functions/wchar/wcsspn.c
functions/wchar/wcsstr.c
functions/wchar/wcstok.c
functions/wchar/wmemchr.c
functions/wchar/wmemcmp.c
functions/wchar/wmemcpy.c
functions/wchar/wmemmove.c
functions/wctype/iswalnum.c
functions/wctype/iswalpha.c
functions/wctype/iswblank.c
functions/wctype/iswcntrl.c
functions/wctype/iswctype.c
functions/wctype/iswdigit.c
functions/wctype/iswgraph.c
functions/wctype/iswlower.c
functions/wctype/iswprint.c
functions/wctype/iswpunct.c
functions/wctype/iswspace.c
functions/wctype/iswupper.c
functions/wctype/iswxdigit.c
functions/wctype/towctrans.c
functions/wctype/towlower.c
functions/wctype/towupper.c
functions/wctype/wctrans.c
functions/wctype/wctype.c
includes/assert.h
includes/ctype.h
includes/float.h
includes/limits.h
includes/locale.h
includes/stdarg.h
includes/stddef.h
includes/stdint.h
includes/stdio.h
includes/stdlib.h
includes/string.h
includes/threads.h
includes/time.h
includes/uchar.h
includes/wchar.h
includes/wctype.h
internals/_PDCLIB_int.h
opt/basecodecs/_PDCLIB_ascii.c
opt/basecodecs/_PDCLIB_latin1.c
opt/basecodecs/_PDCLIB_utf8.c
opt/c_locale/_PDCLIB_initclocale.c
opt/dlmalloc/dlmalloc.c
opt/dlmalloc/dlmalloc.h
opt/mincoll/wcscoll.c
opt/mincoll/wcsxfrm.c
opt/nothread/_PDCLIB_threadconfig.h
opt/nothread/call_once.c
opt/nothread/cnd_init.c
opt/nothread/cnd_signal.c
opt/nothread/cnd_wait.c
opt/nothread/mtx_destroy.c
opt/nothread/mtx_init.c
opt/nothread/mtx_lock.c
opt/nothread/mtx_timedlock.c
opt/nothread/mtx_trylock.c
opt/nothread/mtx_unlock.c
opt/nothread/thrd_yield.c
opt/nothread/tss_create.c
opt/nothread/tss_delete.c
opt/nothread/tss_get.c
opt/nothread/tss_set.c
opt/notime/time.c
opt/notime/timespec_get.c
opt/pthreads/_PDCLIB_threadconfig.h
opt/pthreads/call_once.c
opt/pthreads/mtx_destroy.c
opt/pthreads/mtx_init.c
opt/pthreads/mtx_lock.c
opt/pthreads/mtx_timedlock.c
opt/pthreads/mtx_trylock.c
opt/pthreads/mtx_unlock.c
opt/pthreads/tss_create.c
opt/pthreads/tss_delete.c
opt/pthreads/tss_get.c
opt/pthreads/tss_set.c
opt/tss_errno/errno.c
opt/tss_errno/errno.h
platform/example/functions/_PDCLIB/_PDCLIB_Exit.c
platform/example/functions/_PDCLIB/_PDCLIB_fileops.c
platform/example/functions/_PDCLIB/_PDCLIB_open.c
platform/example/functions/_PDCLIB/allocpages.c
platform/example/functions/_PDCLIB/freepages.c
platform/example/functions/_PDCLIB/rename.c
platform/example/functions/_PDCLIB/stdinit.c
platform/example/functions/stdio/remove.c
platform/example/functions/stdio/tmpfile.c
platform/example/functions/stdlib/getenv.c
platform/example/functions/stdlib/system.c
platform/example/includes/signal.h
platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c
platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c
platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c
platform/gandr/functions/_PDCLIB/_PDCLIB_stdinit.c
platform/gandr/functions/_PDCLIB/_PDCLIB_stdstreams.c
platform/gandr/functions/stdio/_PDCLIB_fileops.c
platform/gandr/functions/stdio/remove.c
platform/gandr/includes/signal.h
platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c
platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c
platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c
platform/posix/functions/_PDCLIB/_PDCLIB_rename.c
platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c
platform/posix/functions/stdio/_PDCLIB_fileops.c
platform/posix/functions/stdio/_PDCLIB_open.c
platform/posix/functions/stdio/remove.c
platform/posix/functions/stdio/tmpfile.c
platform/posix/functions/stdlib/getenv.c
platform/posix/functions/stdlib/system.c
platform/posix/includes/signal.h
platform/win32/crt0.c
platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c
platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c
platform/win32/functions/_PDCLIB/_PDCLIB_fileops.c
platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c
platform/win32/functions/_PDCLIB/_PDCLIB_open.c
platform/win32/functions/_PDCLIB/_PDCLIB_rename.c
platform/win32/functions/_PDCLIB/_PDCLIB_runTlsCallbacks.c
platform/win32/functions/_PDCLIB/_PDCLIB_stdinit.c
platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c
platform/win32/functions/_PDCLIB/_tls_used.c
platform/win32/functions/stdio/remove.c
platform/win32/functions/stdio/tmpfile.c
platform/win32/functions/stdlib/getenv.c
platform/win32/functions/stdlib/system.c
platform/win32/functions/threads/call_once.c
platform/win32/functions/threads/mtx_destroy.c
platform/win32/functions/threads/mtx_init.c
platform/win32/functions/threads/mtx_lock.c
platform/win32/functions/threads/mtx_timedlock.c
platform/win32/functions/threads/mtx_trylock.c
platform/win32/functions/threads/mtx_unlock.c
platform/win32/functions/threads/tss_create.c
platform/win32/functions/threads/tss_delete.c
platform/win32/functions/threads/tss_get.c
platform/win32/functions/threads/tss_set.c
platform/win32/includes/signal.h
platform/win32/internals/_PDCLIB_threadconfig.h

index a80ab6acbefca970afb6a02d04ea77d8abbc9457..053f776b0f4ce012315a48ba029610a3f778c6e6 100644 (file)
@@ -5,7 +5,7 @@
 */
 
 #ifndef REGTEST
 */
 
 #ifndef REGTEST
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 #include <string.h>
 #include <ctype.h>
 
 #include <string.h>
 #include <ctype.h>
 
@@ -28,7 +28,7 @@ _PDCLIB_intmax_t _PDCLIB_atomax( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 78bff0b9795f3be9bcfa1de794409a9ca629e801..5f62ca183a095465c9777452c8b42f4d34c096ac 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 extern _PDCLIB_file_t * _PDCLIB_filelist;
 
 void _PDCLIB_closeall( void )
 extern _PDCLIB_file_t * _PDCLIB_filelist;
 
 void _PDCLIB_closeall( void )
@@ -24,7 +24,7 @@ void _PDCLIB_closeall( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 856bdf9e342243135e5928d79b405d78124f6192..1e3d6ab163b7dc571ec18be4b74988fba302a126 100644 (file)
@@ -5,7 +5,7 @@
 */
 
 #ifndef REGTEST
 */
 
 #ifndef REGTEST
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 #endif
 
 char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 #endif
 
 char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
@@ -14,7 +14,7 @@ char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 char _PDCLIB_Xdigits[] = "0123456789ABCDEF";
 
 #ifdef TEST
 char _PDCLIB_Xdigits[] = "0123456789ABCDEF";
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <string.h>
 
 
 #include <string.h>
 
index 14cd4f48de25e201960b4b2dce71823782ae8ddb..37c9b4798895dbfc8b64aa21a10078d737e9f025 100644 (file)
@@ -7,7 +7,7 @@
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index c2e0fdd6d65ae3473443bb89fb8724f932a3aa44..cf9ae5e3a871ec41bd7cc429d81732ef1cf23c4f 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdint.h>
 
 #ifndef REGTEST
 #include <stdint.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintmax_t error, uintmax_t limval, int limdigit, char * sign )
 {
     _PDCLIB_uintmax_t rc = 0;
 _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintmax_t error, uintmax_t limval, int limdigit, char * sign )
 {
     _PDCLIB_uintmax_t rc = 0;
@@ -45,7 +45,7 @@ _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintm
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 
 int main( void )
 #include <errno.h>
 
 int main( void )
index e99c674d94904f803b9e7685f14049f4aea78c2f..789409d2b98f035cfbc18d46534d1eb47e399ae3 100644 (file)
@@ -51,7 +51,7 @@ const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 3ca4c47ac561a0a42baf91e7a48fa369a16d97ef..f4d2cbc2a0511f00bd8030ce43dec5f0d064a2b9 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#include <_PDCLIB_aux.h>
+#include "_PDCLIB_aux.h"
 
 void _PDCLIB_assert99( char const * const message1, char const * const function, char const * const message2 )
 {
 
 void _PDCLIB_assert99( char const * const message1, char const * const function, char const * const message2 )
 {
@@ -29,7 +29,7 @@ void _PDCLIB_assert89( char const * const message )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <signal.h>
 
 static int EXPECTED_ABORT = 0;
 #include <signal.h>
 
 static int EXPECTED_ABORT = 0;
index c4248dbbe0c5b50f6543926443b2fd10daea4808..9e43be6a10bebda6bcb65c4489f5cfd05899abf4 100644 (file)
@@ -9,7 +9,7 @@
 #include <float.h>
 #ifdef TEST
 
 #include <float.h>
 #ifdef TEST
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 typedef int (*intfunc_t)( void );
 
 
 typedef int (*intfunc_t)( void );
 
index dd6bb80685de857ef9e968026f43b592f4d8a072..b081e9bfb8c8aeca0e763a2b956c6f5d14a79c99 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isalnum( int c )
 {
 
 int isalnum( int c )
 {
@@ -17,7 +17,7 @@ int isalnum( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 07e016b3cd8ac47e9847987063ecc63e77ea926d..ce05b76d87aef120e2cb431d46ed9903dd1bb9ce 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isalpha( int c )
 {
 
 int isalpha( int c )
 {
@@ -17,7 +17,7 @@ int isalpha( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 883c0d85971d82f82b17f2605534ee0bb510aa7f..50d5663c18251c1072d96f1643a5380b3cdc71a4 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isblank( int c )
 {
 
 int isblank( int c )
 {
@@ -17,7 +17,7 @@ int isblank( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index f39cf4a8cec3dcb5b2d0a69250f374d506c472e6..4542b6ff3169fbf879edd6063b505ab691051ecd 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int iscntrl( int c )
 {
 
 int iscntrl( int c )
 {
@@ -17,7 +17,7 @@ int iscntrl( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 762580af39edd707715c9cab7f83935798ee3f61..00790677e849c38aab7a9065326f75c1019f5bac 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isdigit( int c )
 {
 
 int isdigit( int c )
 {
@@ -17,7 +17,7 @@ int isdigit( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index dbd1c8eeb21783ad56b7b854828f350ad7c1f2ed..1dac215545921ee22e973a33e7523bf0398d2b5f 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isgraph( int c )
 {
 
 int isgraph( int c )
 {
@@ -17,7 +17,7 @@ int isgraph( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index c68e32437ac8a96fa9a289af3ac7cd53d0e24d09..435b3a993ae36f18445d614c320b55c3aeb30723 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int islower( int c )
 {
 
 int islower( int c )
 {
@@ -17,7 +17,7 @@ int islower( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index d5ff0053b18dff2e5fba3264bebc45b70fcc84d2..ca5733afbda06525ac947d17fb67d405e49415f3 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isprint( int c )
 {
 
 int isprint( int c )
 {
@@ -17,7 +17,7 @@ int isprint( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 886443c704293914b1c62d7f3c5ee6314f33e442..0fe668c373e4d55c33c8cf839b94222c2125bf57 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int ispunct( int c )
 {
 
 int ispunct( int c )
 {
@@ -17,7 +17,7 @@ int ispunct( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 62f04b776d18ee3a01292a74b0b454f17f2cd864..c40e89bdad1ced188ea90242812b47f8712fb1be 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isspace( int c )
 {
 
 int isspace( int c )
 {
@@ -17,7 +17,7 @@ int isspace( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 9bb4bc7101fd1ae01fedd3681ffd2018edbb8ecb..7201004d698335f09ce1595ec82aa0f9e0bec26e 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isupper( int c )
 {
 
 int isupper( int c )
 {
@@ -17,7 +17,7 @@ int isupper( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 09e855f5a2dee9165b0aa83fb3db7827d3ca311e..2b694d8eb7007b058fceed9b435082677bb90c0c 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isxdigit( int c )
 {
 
 int isxdigit( int c )
 {
@@ -17,7 +17,7 @@ int isxdigit( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ffcaa9aa9d6f880c1b877f935e4b0eec2e77bdba..779afb7290bc8fbcfd2f6d015a09af4692ebd1ec 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int tolower( int c )
 {
 
 int tolower( int c )
 {
@@ -17,7 +17,7 @@ int tolower( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1a0701931ea0961b17aae2d9616765b9fedaf91b..16b981abf4e027d83619ba7fbc5d34c6dabaf696 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int toupper( int c )
 {
 
 int toupper( int c )
 {
@@ -17,7 +17,7 @@ int toupper( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index f6f38e8dc033dc338310907eba258033f66f0b04..79f3dd2ab8efca9703538797fdda7582d58e6375 100644 (file)
@@ -16,7 +16,7 @@ intmax_t imaxabs( intmax_t j )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )
 #include <limits.h>
 
 int main( void )
index 4a89a6d3e863ca06b61b465bf795dc0bf7f0be2f..553f22e7faf81e64e9de2e2dd65548e51f48deeb 100644 (file)
@@ -19,7 +19,7 @@ imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index b7571f64f52618656ef8ee02dae42d7039761fe2..f58a0be9f0aa2189bfb1e9976b5b100b96431033 100644 (file)
@@ -32,7 +32,7 @@ intmax_t strtoimax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restrict
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <errno.h>
 
 
 #include <errno.h>
 
index 22fb88fa625c07cb629b19b41edbe29ca0bcbb3f..f998338babfd5d6c0f674f3204fffc79ec49eef4 100644 (file)
@@ -25,7 +25,7 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restric
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 
 int main( void )
 #include <errno.h>
 
 int main( void )
index 4b9164a750afc2efd5abf0b701561421be6d69ec..bb557872a4ea30e640ee15465519ed0eb7be735a 100644 (file)
@@ -176,7 +176,7 @@ const size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinf
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 int main( void )\r
 {\r
     return TEST_RESULTS;\r
 int main( void )\r
 {\r
     return TEST_RESULTS;\r
index a5f459d78215a4f22a1a30172080ce024231ec9d..e241b7482c434c5e91275fd710f02b8f88250600 100644 (file)
@@ -6,8 +6,8 @@
 
 #include <locale.h>
 #ifndef REGTEST
 
 #include <locale.h>
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_locale.h"
+#include "_PDCLIB_encoding.h"
 
 size_t _PDCLIB_mb_cur_max( void )
 {
 
 size_t _PDCLIB_mb_cur_max( void )
 {
@@ -17,7 +17,7 @@ size_t _PDCLIB_mb_cur_max( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 609b85648d4b633fa00f5f6dd6e719c6d4454bdd..927fdb8f6b9cc2bb66d9aa657158e1ac3b706257 100644 (file)
@@ -29881,7 +29881,7 @@ const size_t _PDCLIB_wcinfo_size = sizeof(_PDCLIB_wcinfo) / sizeof(_PDCLIB_wcinf
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 int main( void )
 {
     return TEST_RESULTS;
 int main( void )
 {
     return TEST_RESULTS;
index 18623992f03aae1bf4df296df67396ebb96eed8d..7d5073b4ded6fd89e28471dcd0d1634b1864a417 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <locale.h>\r
 #ifndef REGTEST\r
 \r
 #include <locale.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 #include <assert.h>\r
 \r
 void freelocale( locale_t newloc )\r
 #include <assert.h>\r
 \r
 void freelocale( locale_t newloc )\r
@@ -19,7 +19,7 @@ void freelocale( locale_t newloc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 5da63d01f9d78eace0c067ce1c7c73c68c96497e..c6ffcf3a41ac169891f651c9340fda3757d9dc6e 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <locale.h>
 #ifndef REGTEST
 
 #include <locale.h>
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 struct lconv * localeconv( void )
 {
 
 struct lconv * localeconv( void )
 {
@@ -16,7 +16,7 @@ struct lconv * localeconv( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 888c6c1e2820ebf8d509663a26b8ccafe89f0af4..64cf6cd58e2f9643adde448ca4a9b86f80b63212 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <locale.h>
 #ifndef REGTEST
 
 #include <locale.h>
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 char * setlocale( int category, const char * locale )
 {
 
 char * setlocale( int category, const char * locale )
 {
@@ -16,7 +16,7 @@ char * setlocale( int category, const char * locale )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index df5abdfbce4147d37420e22f24287c165c866371..8fded5ed62ecfbd1d7435203136f71f37e0aab2a 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <locale.h>
 #ifndef REGTEST
 
 #include <locale.h>
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 #ifdef _PDCLIB_LOCALE_METHOD
 locale_t uselocale( locale_t newloc )
 
 #ifdef _PDCLIB_LOCALE_METHOD
 locale_t uselocale( locale_t newloc )
@@ -26,7 +26,7 @@ locale_t uselocale( locale_t newloc )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 51c787a2db16da958b3658c8040f924bdd4a9674..13a8b50b9fa28fa6dfa98ce157494ceae9895461 100644 (file)
@@ -68,7 +68,7 @@ int raise( int sig )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
index e677af540ce4f07e090ac6222bb6459d21fb5939..569daf5ec9c972c5dca2e55c7312f66cf1942031 100644 (file)
@@ -59,7 +59,7 @@ void (*signal( int sig, void (*func)( int ) ) )( int )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 77678b29658dda9cb6f0a743eca56efbcf6c852b..92b7b41b65fa7544dce39368083b5689fe3e358a 100644 (file)
@@ -7,7 +7,7 @@
 #include <stddef.h>
 
 #ifndef REGTEST
 #include <stddef.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 /* Helper function that parses the C-style mode string passed to fopen() into
    the PDCLib flags FREAD, FWRITE, FAPPEND, FRW (read-write) and FBIN (binary
    mode).
 /* Helper function that parses the C-style mode string passed to fopen() into
    the PDCLib flags FREAD, FWRITE, FAPPEND, FRW (read-write) and FBIN (binary
    mode).
@@ -58,7 +58,7 @@ unsigned int _PDCLIB_filemode( char const * const mode )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 70df158e32fa20e18d1363736674285547e99718..146edf0716539acc958a7b6a29101a9b2fd4e568 100644 (file)
@@ -7,8 +7,8 @@
 #include <stdio.h>\r
 \r
 #ifndef REGTEST\r
 #include <stdio.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_glue.h"\r
+#include "_PDCLIB_io.h"\r
 \r
 int _PDCLIB_fillbuffer( FILE * stream )\r
 {\r
 \r
 int _PDCLIB_fillbuffer( FILE * stream )\r
 {\r
@@ -34,7 +34,7 @@ int _PDCLIB_fillbuffer( FILE * stream )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index b3357ade950233953a03b74a0a535f63c2816df3..30f132f0261a82faf8af181cad12136a43478578 100644 (file)
@@ -8,8 +8,8 @@
 #include <string.h>\r
 \r
 #ifndef REGTEST\r
 #include <string.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_glue.h"\r
+#include "_PDCLIB_io.h"\r
 \r
 \r
 static int flushsubbuffer( FILE * stream, size_t length )\r
 \r
 \r
 static int flushsubbuffer( FILE * stream, size_t length )\r
@@ -107,7 +107,7 @@ int _PDCLIB_flushbuffer( FILE * stream )
 \r
 \r
 #ifdef TEST\r
 \r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 488f46196a09e19f7b7a3b201c8d22005168b734..77ab8723921e6f9513e7b3bba03bd4f36adb7163 100644 (file)
@@ -9,7 +9,7 @@
 #include <limits.h>\r
 \r
 #ifndef REGTEST\r
 #include <limits.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 \r
 uint_fast64_t _PDCLIB_ftell64_unlocked( FILE * stream )\r
 {\r
 \r
 uint_fast64_t _PDCLIB_ftell64_unlocked( FILE * stream )\r
 {\r
@@ -48,7 +48,7 @@ uint_fast64_t _PDCLIB_ftell64( FILE * stream )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #include <stdlib.h>\r
 \r
 \r
 #include <stdlib.h>\r
 \r
index 1f089cb20cc049e4b89cdbad3b92e7bf53b0ad7c..307d0c9cc04a38fb879005ff0f080800128934fd 100644 (file)
@@ -8,8 +8,8 @@
 #include <stdlib.h>\r
 \r
 #ifndef REGTEST\r
 #include <stdlib.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_glue.h"\r
+#include "_PDCLIB_io.h"\r
 #include <string.h>\r
 #include <threads.h>\r
 \r
 #include <string.h>\r
 #include <threads.h>\r
 \r
@@ -79,7 +79,7 @@ FILE * _PDCLIB_fvopen(
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index d03bda5d7e6455e7e1207fd2fe5b78799d7cb44b..b0a38dbad87b3c1421950e824344b84524b38a33 100644 (file)
@@ -8,7 +8,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 int _PDCLIB_prepread( FILE * stream )
 {
 
 int _PDCLIB_prepread( FILE * stream )
 {
@@ -37,7 +37,7 @@ int _PDCLIB_prepread( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1aaa4868a5656e8692d86c36dcfcb3556d579bed..fde9603fd1c4882559beff2b57c06c05a0294126 100644 (file)
@@ -8,7 +8,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
    
 int _PDCLIB_prepwrite( FILE * stream )
 {
    
 int _PDCLIB_prepwrite( FILE * stream )
 {
@@ -30,7 +30,7 @@ int _PDCLIB_prepwrite( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0351678d9939712e76d183bc2e7d3175f4f732fa..c14516f6913dfbba39ccace1efd4664b7024c3b5 100644 (file)
@@ -14,7 +14,7 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* Using an integer's bits as flags for both the conversion flags and length
    modifiers.
 
 /* Using an integer's bits as flags for both the conversion flags and length
    modifiers.
@@ -591,7 +591,7 @@ int _PDCLIB_print( const char * spec, struct _PDCLIB_status_t * status )
 #define _PDCLIB_FILEID "_PDCLIB/print.c"
 #define _PDCLIB_STRINGIO
 
 #define _PDCLIB_FILEID "_PDCLIB/print.c"
 #define _PDCLIB_STRINGIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST
 static size_t testcb( void *p, const char *buf, size_t size )
 
 #ifndef REGTEST
 static size_t testcb( void *p, const char *buf, size_t size )
index c3429ecde125da9ba9284b8ec5ed917d7d4b4013..aa7be84e75c768e186e6beccfb12c19689506bff 100644 (file)
@@ -597,7 +597,7 @@ const char * _PDCLIB_scan( const char * spec, struct _PDCLIB_status_t * status )
 #define _PDCLIB_FILEID "_PDCLIB/scan.c"
 #define _PDCLIB_STRINGIO
 
 #define _PDCLIB_FILEID "_PDCLIB/scan.c"
 #define _PDCLIB_STRINGIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST
 static int testscanf( char const * s, char const * format, ... )
 
 #ifndef REGTEST
 static int testscanf( char const * s, char const * format, ... )
index 52bb032a390479999348fbd2b36537c2dc3bd13d..f8dac3033704b3de365298ecba9f44904301913d 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdint.h>\r
 #include <errno.h>\r
 #ifndef REGTEST\r
 #include <stdint.h>\r
 #include <errno.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 \r
 int_fast64_t _PDCLIB_seek( FILE * stream, \r
                            int_fast64_t offset, \r
 \r
 int_fast64_t _PDCLIB_seek( FILE * stream, \r
                            int_fast64_t offset, \r
@@ -29,7 +29,7 @@ int_fast64_t _PDCLIB_seek( FILE * stream,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 38e33334dd66565a48abaf391410e66077f53db2..3598a5c47cd475175641ad3a681c8ed89bb9025b 100644 (file)
@@ -31,7 +31,7 @@ int _cbprintf(
 #define _PDCLIB_STRINGIO
 #include <stddef.h>
 
 #define _PDCLIB_STRINGIO
 #include <stddef.h>
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static char * bufptr;
 static size_t testcb( void *p, const char *buf, size_t size )
 
 static char * bufptr;
 static size_t testcb( void *p, const char *buf, size_t size )
index 4aa8532bc62861e28f2b3568528a1a3af22ff0b0..bafe6aee93727cb25701b8e6d57046d6a05adfd0 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdbool.h>
 
 #ifndef REGTEST
 #include <stdbool.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* returns true if callback-based output succeeded; else false */
 static inline bool cbout(
 
 /* returns true if callback-based output succeeded; else false */
 static inline bool cbout(
@@ -86,7 +86,7 @@ int _vcbprintf(
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
index 9fc64a50240eedb5eb241e05a386fd7002aec5bd..e569fd4085382801f8b34dedc20e8863e718461d 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 void _PDCLIB_clearerr_unlocked( FILE * stream )
 {
 
 void _PDCLIB_clearerr_unlocked( FILE * stream )
 {
@@ -24,7 +24,7 @@ void clearerr( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 8808171e745f84c67c28ed2b7f97316d65dbda92..c80e31d1a09f11e7ed56f2b6c25d48d8ff0657a9 100644 (file)
@@ -9,7 +9,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <threads.h>
 
 extern FILE * _PDCLIB_filelist;
 #include <threads.h>
 
 extern FILE * _PDCLIB_filelist;
@@ -76,7 +76,7 @@ int fclose( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0c392df1e592b66e19369ed5083b0c9e04f98f28..f5d05846589324d29b601aaacd9c93fa91c80d7c 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_feof_unlocked( FILE * stream )
 {
 
 int _PDCLIB_feof_unlocked( FILE * stream )
 {
@@ -25,7 +25,7 @@ int feof( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0067bed48288d6be1598af124299af8b0bc5d3ba..43fad2d8f67031fde75c3cb2713a48f2a743b4fa 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_ferror_unlocked( FILE * stream )
 {
 
 int _PDCLIB_ferror_unlocked( FILE * stream )
 {
@@ -25,7 +25,7 @@ int ferror( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 85bd234b5a94cca01ea0b3a403b4b9d1a060bf1b..28793e3492979716b3e0a4cfedada564b3232ddc 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 extern FILE * _PDCLIB_filelist;
 
 
 extern FILE * _PDCLIB_filelist;
 
@@ -48,7 +48,7 @@ int fflush( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index dc8dfed01c281238cfcede7da3707aaf518ce28c..0b042c7d5be8506396f43f61a19b144570caa024 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fgetc_unlocked( FILE * stream )
 {
 
 int _PDCLIB_fgetc_unlocked( FILE * stream )
 {
@@ -34,7 +34,7 @@ int fgetc( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index e14012ee25b9d4331010016e3fe95e958167ece5..ff88fba500ec7ac3793d49f9b7f455026464ccdb 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fgetpos_unlocked( FILE * _PDCLIB_restrict stream, _PDCLIB_fpos_t * _PDCLIB_restrict pos )
 {
 
 int _PDCLIB_fgetpos_unlocked( FILE * _PDCLIB_restrict stream, _PDCLIB_fpos_t * _PDCLIB_restrict pos )
 {
@@ -28,7 +28,7 @@ int fgetpos( FILE * _PDCLIB_restrict stream, _PDCLIB_fpos_t * _PDCLIB_restrict p
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index d757f000bb722357e5c30ebeafe5ea346fb934c3..8752892bedc1a26103fe375089a5fff82b4b111b 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 char * _PDCLIB_fgets_unlocked( char * _PDCLIB_restrict s, int size, FILE * _PDCLIB_restrict stream )
 {
 
 char * _PDCLIB_fgets_unlocked( char * _PDCLIB_restrict s, int size, FILE * _PDCLIB_restrict stream )
 {
@@ -44,7 +44,7 @@ char * fgets( char * _PDCLIB_restrict s, int size,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index 33b2e1440d830f8e3871064a931659a329c1727b..c37699b91e2d5dcb516da7a011b09ae238cb8974 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
@@ -22,7 +22,7 @@ void _PDCLIB_flockfile( FILE * file )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 4cce8fa891f51aa9254522b9addcefdbd87ddda5..3d9f95ab1a205917d4ec2b0424b6866a248bc99d 100644 (file)
@@ -8,8 +8,8 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_glue.h"
 #include <string.h>
 #include <errno.h>
 
 #include <string.h>
 #include <errno.h>
 
@@ -41,7 +41,7 @@ FILE * fopen( const char * _PDCLIB_restrict filename,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5ca265568778134e1df8ef8fe90e43ee735be87f..13eaf6b7583d954e8e0c1b3c9336fcdcb10cd0dd 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fprintf_unlocked( FILE * _PDCLIB_restrict stream, 
                       const char * _PDCLIB_restrict format, ... )
 
 int _PDCLIB_fprintf_unlocked( FILE * _PDCLIB_restrict stream, 
                       const char * _PDCLIB_restrict format, ... )
@@ -42,7 +42,7 @@ int fprintf( FILE * _PDCLIB_restrict stream,
 #define _PDCLIB_FILEID "stdio/fprintf.c"
 #define _PDCLIB_FILEIO
 
 #define _PDCLIB_FILEID "stdio/fprintf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testprintf( stream, ... ) fprintf( stream, __VA_ARGS__ )
 
 
 #define testprintf( stream, ... ) fprintf( stream, __VA_ARGS__ )
 
index 6224c5ec00d9f7375c8cdcb0cb330b10df64ed06..1252e6365af44533563f3d4f58bb2151a8c38507 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* Write the value c (cast to unsigned char) to the given stream.
    Returns c if successful, EOF otherwise.
 
 /* Write the value c (cast to unsigned char) to the given stream.
    Returns c if successful, EOF otherwise.
@@ -42,7 +42,7 @@ int fputc( int c, FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 3c6b888ff151790c80af1149ef67b5826209ff0a..9bd0b5c5d6da50317412330b214d68217498f2b3 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fputs_unlocked( const char * _PDCLIB_restrict s, 
                     FILE * _PDCLIB_restrict stream )
 
 int _PDCLIB_fputs_unlocked( const char * _PDCLIB_restrict s, 
                     FILE * _PDCLIB_restrict stream )
@@ -55,7 +55,7 @@ int fputs( const char * _PDCLIB_restrict s,
 
 #endif
 #ifdef TEST
 
 #endif
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 3bfcfff6fdd51297056cc1222c90152b71cfac62..bf3185c4cf5d66e7c6aee1d06e04d8f996a4d794 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 #include <stdbool.h>
 #include <string.h>
 
 #include <stdbool.h>
 #include <string.h>
@@ -47,7 +47,7 @@ size_t fread( void * _PDCLIB_restrict ptr,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 10d797b8f5777ac4e50eb7012ac5d54e56f0fc32..d647d32033110ee6167158774af94cfad5e9a41f 100644 (file)
@@ -7,8 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_glue.h"
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>
 
@@ -92,7 +92,7 @@ FILE * freopen(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index eed3ccac4a41ea1e420f2c9b2a695190d76b378b..9bb775ffc6597178c5dc811b12b760127e951bef 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fscanf_unlocked( FILE * _PDCLIB_restrict stream, 
                      const char * _PDCLIB_restrict format, ... )
 
 int _PDCLIB_fscanf_unlocked( FILE * _PDCLIB_restrict stream, 
                      const char * _PDCLIB_restrict format, ... )
@@ -38,7 +38,7 @@ int fscanf( FILE * _PDCLIB_restrict stream,
 #define _PDCLIB_FILEID "stdio/fscanf.c"
 #define _PDCLIB_FILEIO
 
 #define _PDCLIB_FILEID "stdio/fscanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testscanf( stream, format, ... ) fscanf( stream, format, __VA_ARGS__ )
 
 
 #define testscanf( stream, format, ... ) fscanf( stream, format, __VA_ARGS__ )
 
index fafeeb9f2267f0ea62086d5b0740fe35cd4ddf56..a24a608b7ca8b54f4c1b45b3926a0f6d9da6c20a 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fseek_unlocked( FILE * stream, long loffset, int whence )
 {
 
 int _PDCLIB_fseek_unlocked( FILE * stream, long loffset, int whence )
 {
@@ -45,7 +45,7 @@ int fseek( FILE * stream, long loffset, int whence )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index 8e281542b817188e177e977f67c0722bcca17672..e28b2b1af627e18beb8793c51557d52149ffeaec 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fsetpos_unlocked( FILE * stream, 
                       const _PDCLIB_fpos_t * pos )
 
 int _PDCLIB_fsetpos_unlocked( FILE * stream, 
                       const _PDCLIB_fpos_t * pos )
@@ -40,7 +40,7 @@ int fsetpos( FILE * stream,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 67ab676098d7eca06043c2e565ab458998bd9129..9731e33368ae23364110f22dba1421ddd1d5cc0c 100644 (file)
@@ -10,7 +10,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 long int _PDCLIB_ftell_unlocked( FILE * stream )
 {
 
 long int _PDCLIB_ftell_unlocked( FILE * stream )
 {
@@ -36,10 +36,10 @@ long int ftell( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <stdlib.h>
 #ifndef REGTEST
 #include <stdlib.h>
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #endif
 
 int main( void )
 #endif
 
 int main( void )
index a06dc57048a52944fdba54a9118988ede026f877..f377ec06cbd154f86d4905047f24290a34d996dc 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
@@ -29,7 +29,7 @@ int _PDCLIB_ftrylockfile( FILE * file )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 7435607e2b653b1c7a4f95a60912de3748ce6baa..4e9ed045f4c12df547721cd8f138f092888565cc 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
@@ -27,7 +27,7 @@ void _PDCLIB_funlockfile( FILE * file )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index f9d5021c891a1ed447405311248d0fc7cc70a31a..47da8e25a54956c10c1cf4528bcb7f74e0e6b568 100644 (file)
@@ -7,8 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_glue.h"
 
 #include <stdbool.h>
 #include <string.h>
 
 #include <stdbool.h>
 #include <string.h>
@@ -66,7 +66,7 @@ size_t fwrite( const void * _PDCLIB_restrict ptr,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 7898edfb04b56d74a18630aa2a25e25a8a9a905e..7a2a900d3237db8d19c3954821106cebfab3839c 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
    
 int _PDCLIB_getc_unlocked( FILE * stream )
 {
    
 int _PDCLIB_getc_unlocked( FILE * stream )
 {
@@ -22,7 +22,7 @@ int getc( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6457df5e07fe711c3d7d0f8ac995a721889fc45a..4a6fe4d14a18e12aff95daeaf71fa4b963b8a8ed 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_getchar_unlocked( void )
 {
 
 int _PDCLIB_getchar_unlocked( void )
 {
@@ -23,7 +23,7 @@ int getchar( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 9fff7a1a4d2274ae627e6ff98bd8e32eb777af54..2fb4cad9ea3622b9622751693416d960ce5111a4 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <stdint.h>
 
 char * gets( char * s )
 #include <stdint.h>
 
 char * gets( char * s )
@@ -35,7 +35,7 @@ char * gets( char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index 5df86c019b41c275ccdf61ce0fa60d8686c902d9..97b727f253632fa08ddbfc3dda68f0e2dfd2456c 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 /* TODO: Doing this via a static array is not the way to do it. */
 void perror( const char * s )
 
 /* TODO: Doing this via a static array is not the way to do it. */
 void perror( const char * s )
@@ -31,7 +31,7 @@ void perror( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
index 3c9f8c08921050f24482a155bfead1b73548e0d8..8e31dcdcfd3d04c6f9df36290a341f831a725abb 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int printf( const char * _PDCLIB_restrict format, ... )
 {
 
 int printf( const char * _PDCLIB_restrict format, ... )
 {
@@ -38,7 +38,7 @@ int _PDCLIB_printf_unlocked( const char * _PDCLIB_restrict format, ... )
 #include <stdint.h>
 #include <stddef.h>
 
 #include <stdint.h>
 #include <stddef.h>
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testprintf( stream, ... ) printf( __VA_ARGS__ )
 
 
 #define testprintf( stream, ... ) printf( __VA_ARGS__ )
 
index 6ef3e030e4befe2a62c3dba46a8accad0157fcfb..4017350fa55a4c9ff42c9a4c07137ef59ded7899 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_putc_unlocked( int c, FILE * stream )
 {
 
 int _PDCLIB_putc_unlocked( int c, FILE * stream )
 {
@@ -23,7 +23,7 @@ int putc( int c, FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ca184f750bec3552f72d21f3966a93032ef8029d..4e69047ffd0f71919f30deff0593ad28a5e350a7 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_putchar_unlocked( int c )
 {
 
 int _PDCLIB_putchar_unlocked( int c )
 {
@@ -22,7 +22,7 @@ int putchar( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index f8df1542f3285cedd96a35801288984da3915932..f0c5a7bbfd9297bc6b4d3f2a0216c0036c08a969 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 extern char * _PDCLIB_eol;
 
 
 extern char * _PDCLIB_eol;
 
@@ -51,7 +51,7 @@ int puts( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ba4a75dfd20a3462d71a050e403a73d360e16c06..0c30b1e78cd9f8db37c1b2bc34e78e7c7175d872 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 #include <string.h>
 
 
 #include <string.h>
 
@@ -31,7 +31,7 @@ int rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
index e7f2aac379304669829c129a444f72a8af4fa5ff..f50bf025b475fa9cbcb6d614c965653e19607ad9 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 void _PDCLIB_rewind_unlocked( FILE * stream )
 {
 
 void _PDCLIB_rewind_unlocked( FILE * stream )
 {
@@ -25,7 +25,7 @@ void rewind( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 4644c7d7655ca551a177b9bf0750dec7356d3f14..8d0492ba062776056f06f1b796df754183915cfa 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_scanf_unlocked( const char * _PDCLIB_restrict format, ... )
 {
 
 int _PDCLIB_scanf_unlocked( const char * _PDCLIB_restrict format, ... )
 {
@@ -30,7 +30,7 @@ int scanf( const char * _PDCLIB_restrict format, ... )
 #define _PDCLIB_FILEID "stdio/scanf.c"
 #define _PDCLIB_FILEIO
 
 #define _PDCLIB_FILEID "stdio/scanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testscanf( stream, format, ... ) scanf( format, __VA_ARGS__ )
 
 
 #define testscanf( stream, format, ... ) scanf( format, __VA_ARGS__ )
 
index 2479eb732450a04345d0f5f90dd2d21088438aae..749ddc9d2a8aeefc366505fd6c2e1ec0a6db821d 100644 (file)
@@ -23,10 +23,10 @@ void setbuf( FILE * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <stdlib.h>
 #ifndef REGTEST
 #include <stdlib.h>
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #endif
 
 int main( void )
 #endif
 
 int main( void )
index 0cd942285553ae77ec6ce9ff59b8efc871b61ce0..288211baefc7b5ea50e6b37ba941b503b3214f65 100644 (file)
@@ -9,7 +9,7 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int setvbuf( FILE * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf, int mode, size_t size )
 {
 
 int setvbuf( FILE * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf, int mode, size_t size )
 {
@@ -74,10 +74,10 @@ int setvbuf( FILE * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf, int mo
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 #ifndef REGTEST
 #include <errno.h>
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #endif
 #define BUFFERSIZE 500
 
 #endif
 #define BUFFERSIZE 500
 
index 2465d3cf6d3ccb7419687d6e2a8eb805301188bc..f095b8cb488daee3282e9b9442b553dd0dc9796c 100644 (file)
@@ -27,7 +27,7 @@ int snprintf( char * _PDCLIB_restrict s, size_t n, const char * _PDCLIB_restrict
 #include <stdint.h>
 #include <stddef.h>
 
 #include <stdint.h>
 #include <stddef.h>
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testprintf( s, ... ) snprintf( s, 100, __VA_ARGS__ )
 
 
 #define testprintf( s, ... ) snprintf( s, 100, __VA_ARGS__ )
 
index 70a42830e22b3bc8c8576891e5450335ecb71c06..ce3a7ff1054b73e7ab09665a8d41c395c629e2e9 100644 (file)
@@ -27,7 +27,7 @@ int sprintf( char * _PDCLIB_restrict s, const char * _PDCLIB_restrict format, ..
 #define _PDCLIB_STRINGIO
 #include <stddef.h>
 
 #define _PDCLIB_STRINGIO
 #include <stddef.h>
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testprintf( s, ... ) sprintf( s, __VA_ARGS__ )
 
 
 #define testprintf( s, ... ) sprintf( s, __VA_ARGS__ )
 
index 88876328d76dfc4abe2dfce10c01b58c9ca8b572..5de77ae45c7a28745de7c8a5e56cc8cd5a1f8460 100644 (file)
@@ -25,7 +25,7 @@ int sscanf( const char * _PDCLIB_restrict s, const char * _PDCLIB_restrict forma
 #define _PDCLIB_FILEID "stdio/sscanf.c"
 #define _PDCLIB_STRINGIO
 
 #define _PDCLIB_FILEID "stdio/sscanf.c"
 #define _PDCLIB_STRINGIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testscanf( s, format, ... ) sscanf( s, format, __VA_ARGS__ )
 
 
 #define testscanf( s, format, ... ) sscanf( s, format, __VA_ARGS__ )
 
index 4499fd4ed0fb3f31f45010c66869a94c4a460e5d..6e8641d380bdf233051aa86475fc93d675f38a42 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef REGTEST
 
 #include <string.h>
 #ifndef REGTEST
 
 #include <string.h>
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 char * tmpnam( char * s )
 {
 
 char * tmpnam( char * s )
 {
@@ -27,7 +27,7 @@ char * tmpnam( char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <string.h>
 
 
 #include <string.h>
 
index 56ba98b26c3b463ba08bd7f7bdd993a2fd93b6b9..560099d4e20737f213804051c5ada2c576b19fcc 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_ungetc_unlocked( int c, FILE * stream )
 {
 
 int _PDCLIB_ungetc_unlocked( int c, FILE * stream )
 {
@@ -29,7 +29,7 @@ int ungetc( int c, FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <stdlib.h>
 
 const char* hellostr = "Hello, world!";
 #include <stdlib.h>
 
 const char* hellostr = "Hello, world!";
index 2ca4190ec0a9fd5053f8184d37e5ce6e888637d4..1eeaf0986fedca5503f0495bc638751b9a554dd8 100644 (file)
@@ -10,7 +10,7 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 static size_t filecb(void *p, const char *buf, size_t size)
 {
 
 static size_t filecb(void *p, const char *buf, size_t size)
 {
@@ -40,7 +40,7 @@ int vfprintf( FILE * _PDCLIB_restrict stream,
 #define _PDCLIB_FILEID "stdio/vfprintf.c"
 #define _PDCLIB_FILEIO
 #include <stddef.h>
 #define _PDCLIB_FILEID "stdio/vfprintf.c"
 #define _PDCLIB_FILEIO
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testprintf( FILE * stream, const char * format, ... )
 {
 
 static int testprintf( FILE * stream, const char * format, ... )
 {
index a1ffdbdd7aa4f92ed1e62e760928c0403ab5d9fd..e9aa01002e21d687294fac4443a339bba0fe4d2d 100644 (file)
@@ -9,7 +9,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_vfscanf_unlocked( FILE * _PDCLIB_restrict stream, 
                       const char * _PDCLIB_restrict format, 
 
 int _PDCLIB_vfscanf_unlocked( FILE * _PDCLIB_restrict stream, 
                       const char * _PDCLIB_restrict format, 
@@ -102,7 +102,7 @@ int vfscanf( FILE * _PDCLIB_restrict stream,
 #define _PDCLIB_FILEID "stdio/vfscanf.c"
 #define _PDCLIB_FILEIO
 
 #define _PDCLIB_FILEID "stdio/vfscanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testscanf( FILE * stream, char const * format, ... )
 {
 
 static int testscanf( FILE * stream, char const * format, ... )
 {
index 9c56df1697a77b6b6b2bdfb2c2184d677c5d5378..151c75e43ae2ff60ab36172ae4c808a25454d85b 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_vprintf_unlocked( const char * _PDCLIB_restrict format, 
                               _PDCLIB_va_list arg )
 
 int _PDCLIB_vprintf_unlocked( const char * _PDCLIB_restrict format, 
                               _PDCLIB_va_list arg )
@@ -28,7 +28,7 @@ int vprintf( const char * _PDCLIB_restrict format, _PDCLIB_va_list arg )
 #define _PDCLIB_FILEIO
 #include <stdint.h>
 #include <stddef.h>
 #define _PDCLIB_FILEIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testprintf( FILE * stream, const char * format, ... )
 {
 
 static int testprintf( FILE * stream, const char * format, ... )
 {
index 3a161f37ceaa357dc4e313ff6aa51adc76dd9f36..f9ce569ef7eaa03316d8cdefb840aa9c0991169f 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_vscanf_unlocked( const char * _PDCLIB_restrict format,
                              _PDCLIB_va_list arg )
 
 int _PDCLIB_vscanf_unlocked( const char * _PDCLIB_restrict format,
                              _PDCLIB_va_list arg )
@@ -27,7 +27,7 @@ int vscanf( const char * _PDCLIB_restrict format, _PDCLIB_va_list arg )
 #define _PDCLIB_FILEID "stdio/vscanf.c"
 #define _PDCLIB_FILEIO
 
 #define _PDCLIB_FILEID "stdio/vscanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testscanf( FILE * stream, const char * format, ... )
 {
 
 static int testscanf( FILE * stream, const char * format, ... )
 {
index 92aef76085c154493f4c5109ab9cdf59cd1ac5fd..761853ff8f627e38a7766e4b79184887f0b666ac 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdarg.h>
 
 #ifndef REGTEST
 #include <stdarg.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <string.h>
 
 struct state {
 #include <string.h>
 
 struct state {
@@ -50,7 +50,7 @@ int vsnprintf( char * _PDCLIB_restrict s,
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testprintf( char * s, const char * format, ... )
 {
 
 static int testprintf( char * s, const char * format, ... )
 {
index 661b2aa7e85a58a9d3aab19045fdb239ad7e298e..21aa2da1e5867f5e5a62e693f4eca604fec78e66 100644 (file)
@@ -24,7 +24,7 @@ int vsprintf( char * _PDCLIB_restrict s,
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testprintf( char * s, const char * format, ... )
 {
 
 static int testprintf( char * s, const char * format, ... )
 {
index e6c91575f4d1f1b5fedb3c491085494a36b2e86d..00210c1f3a55d0e7e107d42f3598f1759bc7e380 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef REGTEST
 #include <ctype.h>
 
 #ifndef REGTEST
 #include <ctype.h>
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int vsscanf( const char * _PDCLIB_restrict s, 
              const char * _PDCLIB_restrict format, 
 
 int vsscanf( const char * _PDCLIB_restrict s, 
              const char * _PDCLIB_restrict format, 
@@ -90,7 +90,7 @@ int vsscanf( const char * _PDCLIB_restrict s,
 #define _PDCLIB_FILEID "stdio/vsscanf.c"
 #define _PDCLIB_STRINGIO
 
 #define _PDCLIB_FILEID "stdio/vsscanf.c"
 #define _PDCLIB_STRINGIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testscanf( char const * stream, char const * format, ... )
 {
 
 static int testscanf( char const * stream, char const * format, ... )
 {
index 24351c906491967ad4c31aef50ded4876e5ac1fb..5a43ee2379619c166d54e7289517f9f32c7fef93 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 void _Exit( int status )
 {
 
 void _Exit( int status )
 {
@@ -21,7 +21,7 @@ void _Exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1847771262a72e8e6a26e2580bc21b9c646d48c7..0c3428340c2ecde0a105180ab7adde89f849f1a5 100644 (file)
@@ -18,7 +18,7 @@ void abort( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 688b48bb22ad1bd25451c942379f1025e6ba570e..4e8302bdb2356d9be3a41297564cee0fa4dafd8a 100644 (file)
@@ -16,7 +16,7 @@ int abs( int j )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )
 #include <limits.h>
 
 int main( void )
index 1d2a760365199ecf47863c32bf9535c2820bb456..47dc38dc8cc762cfb49379c493c3c7efa367a859 100644 (file)
@@ -27,7 +27,7 @@ int at_quick_exit( void (*func)( void ) )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <assert.h>
 
 static int flags[ 32 ];
 #include <assert.h>
 
 static int flags[ 32 ];
index 3184fcd166cfcc081277d89381077b62105f89a2..808bcb1176406ff4c855d38e0097dbc32793f012 100644 (file)
@@ -27,7 +27,7 @@ int atexit( void (*func)( void ) )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <assert.h>
 
 static int flags[ 32 ];
 #include <assert.h>
 
 static int flags[ 32 ];
index c815b60b52feefb935018f751dc80277cf431316..eac0e1652ce71d03a4d5ec11889d6e8209d07d27 100644 (file)
@@ -16,7 +16,7 @@ int atoi( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 234f8919c76fb1ef02ffe28317e2ff211e54020c..fb5e512142b5285a797945ef4162020e7f776118 100644 (file)
@@ -16,7 +16,7 @@ long int atol( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 36f7a56d4fbd158f6cd542bb7918f54a9c481b38..f7fa8244023068be643352661d8f721feb77ece2 100644 (file)
@@ -16,7 +16,7 @@ long long int atoll( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 335b4f6acad60035a560234613b0e2faa5f32530..835407f5ee8e2314100cee595a1e25d44346d5a3 100644 (file)
@@ -37,7 +37,7 @@ void * bsearch( const void * key, const void * base, size_t nmemb, size_t size,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int compare( const void * left, const void * right )
 {
 
 static int compare( const void * left, const void * right )
 {
index f1523fc99b5dda62db2c8afd9e9e01c622680aa2..8aabad6dd69882ac369f1a621e06719258d7592f 100644 (file)
@@ -20,7 +20,7 @@ div_t div( int numer, int denom )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 03bca692846887046c7c71dba7748d13b41914be..fa91ade1876d2b75a1626356a37f4cc57f0d243d 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* TODO - "except that a function is called after any previously registered
    functions that had already been called at the time it was registered.
 
 /* TODO - "except that a function is called after any previously registered
    functions that had already been called at the time it was registered.
@@ -33,7 +33,7 @@ void exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 10ae52b9f2c1839c0cabba0136326827f69fb3db..2888928f8e0bb23cd46b48245bfacf464b14e688 100644 (file)
@@ -16,7 +16,7 @@ long int labs( long int j )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )
 #include <limits.h>
 
 int main( void )
index b3e761f856b72a01c5a9bc99fdcf928a8f723c04..cf579fb38358affd843fd2577fa772e3ce2a39a0 100644 (file)
@@ -20,7 +20,7 @@ ldiv_t ldiv( long int numer, long int denom )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0aa8172dbc19ccde486073055afa16487b565b9a..78a56c30095ca944c09d7b93517ec7f7feb4a2f5 100644 (file)
@@ -16,7 +16,7 @@ long long int llabs( long long int j )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )
 #include <limits.h>
 
 int main( void )
index e9d43d0673f457c4c8daa4f197a1789d34f78a1b..e6552c3447a9d5167a7852b53fc203bc2c99be5f 100644 (file)
@@ -20,7 +20,7 @@ lldiv_t lldiv( long long int numer, long long int denom )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index c6e9b8024739dfed7653bcfd14a4e82c7472f0a9..757cae0f28444a0419a42b823adabc7ddcebda4a 100644 (file)
@@ -128,7 +128,7 @@ void qsort( void * base, size_t nmemb, size_t size, int (*compar)( const void *,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 #include <limits.h>
 
 #include <string.h>
 #include <limits.h>
 
index d315b0befca7bec6fbed609fe717d6590b0efa49..2420e673838e369b1dd76aef68dde62957eaf4b6 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* TODO - "except that a function is called after any previously registered
    functions that had already been called at the time it was registered.
 
 /* TODO - "except that a function is called after any previously registered
    functions that had already been called at the time it was registered.
@@ -33,7 +33,7 @@ void quick_exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 2090b9ae6b7c46f1f41ec5d80cf54fecbd126dcc..1e8f3cd789b2542ba0e7ab78c969cb412ff325c7 100644 (file)
@@ -17,7 +17,7 @@ int rand( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5127fd9698426c7da2c484ec6a9085a350a0a290..3478cb09df60a87ec460f1254d173b929b472083 100644 (file)
@@ -16,7 +16,7 @@ void srand( unsigned int seed )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 53c185238e898ca0e455e7a802dd20095bb56209..ce75539e4268c54babf288976daa0316b4506189 100644 (file)
@@ -32,7 +32,7 @@ long int strtol( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <errno.h>
 
 
 #include <errno.h>
 
index 076515210bb4808d622e3dcc0b972d00647383df..de7119429885cde06c589e24849e396f0915d36f 100644 (file)
@@ -32,7 +32,7 @@ long long int strtoll( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <errno.h>
 
 
 #include <errno.h>
 
index c134aa2288e4a0036930d5a67cd37a8f98d9f237..0bcb7dd2b608f621dd254cf926616918036720ee 100644 (file)
@@ -25,7 +25,7 @@ unsigned long int strtoul( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 
 int main( void )
 #include <errno.h>
 
 int main( void )
index fa866fc78a73c54cff232a528e29ad6b8e80e8ca..17d283fd6964336403b5043af10a89fea0ccb151 100644 (file)
@@ -25,7 +25,7 @@ unsigned long long int strtoull( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 
 int main( void )
 #include <errno.h>
 
 int main( void )
index 3ed04a0138c772a422ab55f204e6dab1e14fcb7a..9701b943142f79cbd84ac6276d33ceb5ddc781a5 100644 (file)
@@ -25,7 +25,7 @@ void * memchr( const void * s, int c, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6ed242712ba7a993fcc25802f4322392b5df59cf..323c5862db071c0378b954fe775de69ab3ad6aab 100644 (file)
@@ -27,7 +27,7 @@ int memcmp( const void * s1, const void * s2, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index f42137c1cdbce4c5b80ca1dbfdc8ab18ff3b5500..ded60b1901282c59f460a9c110737495e050d053 100644 (file)
@@ -22,7 +22,7 @@ void * memcpy( void * _PDCLIB_restrict s1, const void * _PDCLIB_restrict s2, siz
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 116e411b950b49820fe41da91b8306a7118161d7..f83a1abedec2b59ba7660b4d7addfb66082e7ff6 100644 (file)
@@ -34,7 +34,7 @@ void * memmove( void * s1, const void * s2, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 4ee2826df79c300c856fd4cfa58214430de9c4a2..4946ec487812e3bd681ea0fe91da4520ce7f8d64 100644 (file)
@@ -21,7 +21,7 @@ void * memset( void * s, int c, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 42e6144e334988d4f5afd117492c454d7293ffbb..50d66ee0891c681438d95f6fc8200235ef459968 100644 (file)
@@ -22,7 +22,7 @@ char * strcat( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5f8db573773410349c8fd16eb5b812254bef0eb6..8c6e8a42ffec9099a401ea11f79c5edb04d9dd80 100644 (file)
@@ -23,7 +23,7 @@ char * strchr( const char * s, int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 2edf7eef9043da27e1d0e330b27d4bc1d58d72aa..483260cf3974d4c366fa270040a5afdcb5f08625 100644 (file)
@@ -21,7 +21,7 @@ int strcmp( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 7c8c1803a9b65c6db78f822e1fd7518fd7908c13..09ada0445bb3decc17a3bd1986bfce8bf1d2e047 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int strcoll( const char * s1, const char * s2 )
 {
 
 int strcoll( const char * s1, const char * s2 )
 {
@@ -25,7 +25,7 @@ int strcoll( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 68722feaf4e8b18eda8b84a5e88051ef777dd775..d66cbaba5edb230b5ae4d6346c7f47080db402fd 100644 (file)
@@ -18,7 +18,7 @@ char * strcpy( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 9d6663ebcfb59267c5f9fb23a561dc8fd5bc7c42..baf8fc799a6a2dd3cba0e41fefbb8564c29acd55 100644 (file)
@@ -30,7 +30,7 @@ size_t strcspn( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 41df104b321025130d80b80411f6b5866405c1f4..bbd1e93be1c0485f6b61be1b312f4b09c0540d17 100644 (file)
@@ -28,7 +28,7 @@ char *strdup(const char *s)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 47e064be43324deb746ae2110ee8cb0002479911..5c7bf23bb6b1e8d343eb9f8928c98b163990105b 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 /* TODO: Doing this via a static array is not the way to do it. */
 char * strerror( int errnum )
 
 /* TODO: Doing this via a static array is not the way to do it. */
 char * strerror( int errnum )
@@ -26,7 +26,7 @@ char * strerror( int errnum )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdio.h>
 #include <errno.h>
 
 #include <stdio.h>
 #include <errno.h>
index b81bf7d08c251047cb0e87f8f0a3cf58df2abcbb..7348702490f7721c97bf7cab6186d1718132548f 100644 (file)
@@ -39,7 +39,7 @@ size_t _PDCLIB_strlcat(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6739f85854135ede3a4d91cc911d45a9ee85294e..bf8421a23852d9dfd91ead870c1bc9f378cf8bc1 100644 (file)
@@ -34,7 +34,7 @@ size_t _PDCLIB_strlcpy(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 4856d99502254f07569e494c7103ebe183709122..042582abbde91aa335e09529bbcbdd3be59da1a7 100644 (file)
@@ -21,7 +21,7 @@ size_t strlen( const char * s )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 14f6af3f3dc1145c8d8b954d2505177a9e77eb6f..18d8ed596e9fc0cd20b872f90f99200d2a68b6bb 100644 (file)
@@ -29,7 +29,7 @@ char * strncat( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1c73e998340e4004a2b7d75718f9d5dd4213877b..e1ec0de66e9797c9739555b4b901116ea4813920 100644 (file)
@@ -29,7 +29,7 @@ int strncmp( const char * s1, const char * s2, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5868e7f36509ab20b95360af383b6bbb269dc4a1..2c58d538fbb0be3fc463af51e82404d0d6cef1a0 100644 (file)
@@ -30,7 +30,7 @@ char * strncpy( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 2967bbbd46861e947af4b2aa1bec457e0fcd748c..446fb5d6a6ac87e0fc9aeed516a27ae81931ac3b 100644 (file)
@@ -31,7 +31,7 @@ char *strndup( const char * s, size_t len )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 8a4bed5411bbd42ffa20a2587e46258f2c0a2b59..a4b5a9eadf134301a286bf4652b1e1537e5b5164 100644 (file)
@@ -22,7 +22,7 @@ size_t strnlen( const char * s, size_t maxlen )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 895e94bd3a124510faf20506aa996622a9d377b0..1615ce3ff9d75cddfab8c16ec5120274845681e2 100644 (file)
@@ -30,7 +30,7 @@ char * strpbrk( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 7045ab980dd4aa6f86c31c50b6c22e90b350b9e0..2a41874b64833dd9953b0ee2213f728b1ecf7a4e 100644 (file)
@@ -25,7 +25,7 @@ char * strrchr( const char * s, int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0cf90df051ecbbcce66c8345fcd38119635d5afd..8869a846834607887a9c25bc50aef3f9baf2fc9c 100644 (file)
@@ -35,7 +35,7 @@ size_t strspn( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 002f5fb04f0fd9b1ae321177e5af8ad3f943558d..5c97a750c076400c90bf61520c1f26b9c24e880a 100644 (file)
@@ -33,7 +33,7 @@ char * strstr( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index e57507a890476f98a9f4e78de417cf506ec3e2fc..3c427c549c9ea0b87e6851a7862f3c77a78b7e8d 100644 (file)
@@ -73,7 +73,7 @@ char * strtok( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index cb115e24b2816926f6efb860ab7c5218f65571a0..3692257b234f1fa02e42297ec0749390f6bc5f2f 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, size_t n )
 {
 
 size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, size_t n )
 {
@@ -27,7 +27,7 @@ size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index b3fb840793fb030b0fb8f8f9300c0875c12db462..e3add98b53966060c491a397ea236f66e75051b1 100644 (file)
@@ -17,7 +17,7 @@ clock_t clock( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6652b3a78e9e055e394b38da1199a8c3f92c7c88..1a0c3e504d8ffb95dd7475ca89dc9dd8fe54a64e 100644 (file)
@@ -18,7 +18,7 @@ size_t _PDCLIB_c16slen( const char16_t * str )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ac15c0cb9f00aace9c1d1ef6a283829b12794a9d..4c4df058f775fce00b590212856ecf1c1cec5b8f 100644 (file)
@@ -18,7 +18,7 @@ size_t _PDCLIB_c32slen( const char32_t * str )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5a3a297242998e0470e7959b53a4bfee79faff0b..a45ba9887977e4241410d17c96347b7aa12c013e 100644 (file)
@@ -8,8 +8,8 @@
 #include <uchar.h>
 #include <errno.h>
 #include <stdint.h>
 #include <uchar.h>
 #include <errno.h>
 #include <stdint.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 static size_t _PDCLIB_c32srtombs_l(
     char                *restrict   dst, 
 
 static size_t _PDCLIB_c32srtombs_l(
     char                *restrict   dst, 
@@ -47,7 +47,7 @@ size_t _PDCLIB_c32srtombs(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6339a9ead5fd48bb26ec7e72b8379b746e971c00..85ea099f4cb25ef88d26faf045f1873300acad3b 100644 (file)
@@ -9,8 +9,8 @@
 #include <errno.h>
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
 #include <stdint.h>
 #include <string.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 static size_t _PDCLIB_mbsrtoc32s_l
 (
 
 static size_t _PDCLIB_mbsrtoc32s_l
 (
@@ -46,7 +46,7 @@ size_t _PDCLIB_mbsrtoc32s(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index f78c0d868e064d06cc546e586a22701380402791..bce172bd00ff070a5095d33747ff273d56b8021b 100644 (file)
@@ -10,8 +10,8 @@
 #include <stdint.h>\r
 #include <assert.h>\r
 #include <stdlib.h>\r
 #include <stdint.h>\r
 #include <assert.h>\r
 #include <stdlib.h>\r
-#include <_PDCLIB_encoding.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_encoding.h"\r
+#include "_PDCLIB_locale.h"\r
 \r
 size_t c16rtomb_l(\r
     char        *restrict   s, \r
 \r
 size_t c16rtomb_l(\r
     char        *restrict   s, \r
@@ -94,7 +94,7 @@ size_t c16rtomb(
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 3b32e52180a857f1b261738cc51818badd2047cd..19f65f1094b37a2f2a942d9291ddb70012f04000 100644 (file)
@@ -10,8 +10,8 @@
 #include <stdint.h>
 #include <assert.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <assert.h>
 #include <stdlib.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 size_t c32rtomb_l(
     char        *restrict   s, 
 
 size_t c32rtomb_l(
     char        *restrict   s, 
@@ -49,7 +49,7 @@ size_t c32rtomb(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 2aacf29dee43dda3f09874a0b03511b05b045207..93c35fd287d94ef733aceb7e668d36d26ee41346 100644 (file)
@@ -9,8 +9,8 @@
 #include <errno.h>\r
 #include <stdint.h>\r
 #include <assert.h>\r
 #include <errno.h>\r
 #include <stdint.h>\r
 #include <assert.h>\r
-#include <_PDCLIB_encoding.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_encoding.h"\r
+#include "_PDCLIB_locale.h"\r
 \r
 size_t mbrtoc16_l(\r
     char16_t    *restrict   pc16,\r
 \r
 size_t mbrtoc16_l(\r
     char16_t    *restrict   pc16,\r
@@ -85,7 +85,7 @@ size_t mbrtoc16(
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 326d6b5b05d8556c0be3c2070c9f2b3689fa1933..0209b36a945b129274667f70a47e041e7457d3a2 100644 (file)
@@ -9,8 +9,8 @@
 #include <errno.h>
 #include <stdint.h>
 #include <assert.h>
 #include <errno.h>
 #include <stdint.h>
 #include <assert.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 size_t mbrtoc32_l(
     char32_t    *restrict   pc32,
 
 size_t mbrtoc32_l(
     char32_t    *restrict   pc32,
@@ -62,7 +62,7 @@ size_t mbrtoc32(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 56c16ab9fea9676193271344cf6fc672a84fd17d..31be656a43ec368f5b079ae7e8d00140c01fe21c 100644 (file)
@@ -9,8 +9,8 @@
 #include <errno.h>
 #include <stdint.h>
 #include <assert.h>
 #include <errno.h>
 #include <stdint.h>
 #include <assert.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 static size_t mbrtowc_l(
     wchar_t    *restrict    pwc, 
 
 static size_t mbrtowc_l(
     wchar_t    *restrict    pwc, 
@@ -82,7 +82,7 @@ size_t mbrtowc(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 90c2c2fe9bfdf2eee332313b9f5ce1fbc129b1e4..f78ae4ce4374132ebc08bb9340dee2e8a7274365 100644 (file)
@@ -6,8 +6,8 @@
 \r
 #include <wchar.h>\r
 #ifndef REGTEST\r
 \r
 #include <wchar.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_encoding.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_encoding.h"\r
+#include "_PDCLIB_locale.h"\r
 \r
 static int _PDCLIB_mbsinit_l( const mbstate_t *ps, locale_t l )\r
 {\r
 \r
 static int _PDCLIB_mbsinit_l( const mbstate_t *ps, locale_t l )\r
 {\r
@@ -26,7 +26,7 @@ int mbsinit( const mbstate_t * ps )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 287ff1d82534033d571b4d39b6716693774b6858..d6ed4248a49b714e0dcb716630b247c923af8319 100644 (file)
@@ -10,8 +10,8 @@
 #include <stdint.h>
 #include <assert.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <assert.h>
 #include <stdlib.h>
-#include <_PDCLIB_encoding.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_encoding.h"
+#include "_PDCLIB_locale.h"
 
 #if 0
 /*
 
 #if 0
 /*
@@ -42,7 +42,7 @@ size_t wcrtomb(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ad25291ae03d2b51da00060c3328b254cfbe7f2c..22a04c57935d567773b2ef10de7a79dfdc5c6fd0 100644 (file)
@@ -23,7 +23,7 @@ wchar_t * wcscat( wchar_t * _PDCLIB_restrict s1,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 51d20a43f859e75d29f8c19fd6f687a8685cf427..0dffcaab138f3dfc6616ea69cc8ec8f1e3d6063c 100644 (file)
@@ -22,7 +22,7 @@ wchar_t *wcschr(const wchar_t * haystack, wchar_t needle)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 810fac2fed739fa000f9b227d68d3a4e697d060c..8a3d22782312a77d75bf6312377738c5322bb944 100644 (file)
@@ -21,7 +21,7 @@ int wcscmp( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 5b18f99b5bcac3bb8ace7ed3586dd40a91495c2e..f52041ffbc6f3877fc507b139d6fd0ce27e7828b 100644 (file)
@@ -23,7 +23,7 @@ wchar_t *wcscpy( wchar_t * _PDCLIB_restrict dest,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 1f311c61e7b0772f73321e2f95a599bb3d218aac..853b06a698f4ef0ae2457fa52543acb276eaed09 100644 (file)
@@ -30,7 +30,7 @@ size_t wcscspn( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index d5d878dd23fdb365098e88401b394e2cf7e008f6..1ae9fe4f9f1adbcedd470a7676be4478d1120a9c 100644 (file)
@@ -19,7 +19,7 @@ size_t wcslen( const wchar_t * str )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index c52a58b9702de2f7da02cfe8305f562cf20b855d..b240009612f4ea1dd793bd955476c0aa5460c4aa 100644 (file)
@@ -31,7 +31,7 @@ wchar_t * wcsncat( wchar_t * _PDCLIB_restrict s1,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index f84f459cdbf7cb916bd1a1dd2c66856ed6f2f12b..7197c060b75892c849d9c44d411f5ea8560f617c 100644 (file)
@@ -29,7 +29,7 @@ int wcsncmp( const wchar_t * s1, const wchar_t * s2, size_t n )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 5f4329f3f722edf9f614431ade021ec3a2b549db..570946461b1952ba508781f52c820945f6520f34 100644 (file)
@@ -33,7 +33,7 @@ wchar_t *wcsncpy( wchar_t * _PDCLIB_restrict s1,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 73bf721312cdc4707ebe6fb46d43368ef13e725c..c9434f847005749d34d315d44736624d5421c8b0 100644 (file)
@@ -30,7 +30,7 @@ wchar_t * wcspbrk( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index ecaffe8718d5d1f6a69916712ecc816b5f80fd95..76e22a34652b43b5fb1ad3850afe6c376d6529e2 100644 (file)
@@ -23,7 +23,7 @@ wchar_t *wcsrchr(const wchar_t * haystack, wchar_t needle)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 34446bdb6d2b12a5ac46606d9cc51086b78ceafc..2f7860f7ccd0696bd63f8df105b5a33b6bf12c11 100644 (file)
@@ -35,7 +35,7 @@ size_t wcsspn( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index a2162f8f148cd0669284e2a08e5c393dd7fdb1b8..84f7c492b388e3edd1ec4530596901001b5b5c8a 100644 (file)
@@ -33,7 +33,7 @@ wchar_t * wcsstr( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 6bd3bca32567542160c0d99ba6fe90dcfab719c1..13415198d364db0f08f9a0a0b75d3fad91f75219 100644 (file)
@@ -74,7 +74,7 @@ wchar_t * wcstok( wchar_t * _PDCLIB_restrict s1,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 181da1510160682cd383cb9189634d27ce4894af..e05b68e183ff3ab38c9a2dd8b321e26bbae7236d 100644 (file)
@@ -24,7 +24,7 @@ wchar_t * wmemchr( const wchar_t * p, wchar_t c, size_t n )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 2d58914de3de7aa6798c1c14931cfe9e848f0f10..15401166120d6242708aefedaf3a8ccb23f5849e 100644 (file)
@@ -25,7 +25,7 @@ int wmemcmp( const wchar_t * p1, const wchar_t * p2, size_t n )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index e864dbcd309a24837dd09f3869d109b6c4141b45..b0b9c200d4667daa827934c63cb390453284c443 100644 (file)
@@ -23,7 +23,7 @@ wchar_t * wmemcpy( wchar_t * _PDCLIB_restrict dest,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index e8d6075936b031a1e239828f1614631b126bcc7f..fe6a53eb4d3f3c083dd3bfdd4e5404c1e5d6e720 100644 (file)
@@ -33,7 +33,7 @@ wchar_t * wmemmove( wchar_t * dest, const wchar_t * src, size_t n )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 9d5a9452fdb17d25153093c5cc988c67ef12381f..5f12a800353a664b2401d5684186eb2b2454453e 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswalnum( wint_t wc )\r
 {\r
 \r
 int iswalnum( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswalnum( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 93409c34b4e36a500094500fa907a9cea08914c4..5c173788a6740934bd0ea9c605ae376bbdd5da9d 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswalpha( wint_t wc )\r
 {\r
 \r
 int iswalpha( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswalpha( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 99fb35c8bc14f5c123e8e5b189150c606fc68709..082370046bfff22ccef4134bb1a4adf0be3cd472 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswblank( wint_t wc )\r
 {\r
 \r
 int iswblank( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswblank( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 493a503ec1b88749aaf84eaa2f569092bc4c87cd..e3cd1cd9e3755edccbe4c7c46bef98062635e510 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswcntrl( wint_t wc )\r
 {\r
 \r
 int iswcntrl( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswcntrl( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index d3de118ab82fa90441e5cec06991ac1d62d3f1a4..ab626ea8757971015247cf5d75aeda6c35e662af 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int _PDCLIB_iswctype_l( wint_t wc, wctype_t desc, locale_t l )\r
 {\r
 \r
 int _PDCLIB_iswctype_l( wint_t wc, wctype_t desc, locale_t l )\r
 {\r
@@ -27,7 +27,7 @@ int iswctype( wint_t wc, wctype_t desc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 3b5c8a7999b47ba0d4596a02e9ad7e7d8ad78c04..127fe59b0bc7470bb9777e688d629ca225697466 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswdigit( wint_t wc )\r
 {\r
 \r
 int iswdigit( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswdigit( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 29d6e96c8ee612b44dbf792afa4cde2cb4a2a78c..8da4de642bc3f60eb727c4229ac41cd76a28bf1e 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswgraph( wint_t wc )\r
 {\r
 \r
 int iswgraph( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswgraph( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 1675ed2448ad7d52b66d0571f9f00af80f170736..7639d4d704cfadf6f9b3c96c130754bb72ba7fd4 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswlower( wint_t wc )\r
 {\r
 \r
 int iswlower( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswlower( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 280c3166c008c621514172c31ae7b43b04142226..52d43988889ca954921dbca1e68b11ba76652838 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswprint( wint_t wc )\r
 {\r
 \r
 int iswprint( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswprint( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index ad9ccf63e14e41c658fb25a1000d42d05ee06e69..b3fe83b8ed10c4556b7a6aa3c994fcbed6678e4e 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswpunct( wint_t wc )\r
 {\r
 \r
 int iswpunct( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswpunct( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index bf5ffdd09749c0d41f9a87ec3aea7d22bfa6d9f8..85e30f3e43388aa6bfdd8a09cd80d1b41b04f9da 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswspace( wint_t wc )\r
 {\r
 \r
 int iswspace( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswspace( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index c011772e55291b4ff90eed7cb55ad8736c60f173..eed40c7d3f1d58697801767ef652d184a1df02b8 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswupper( wint_t wc )\r
 {\r
 \r
 int iswupper( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswupper( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 1d7a1bbaf650e803f461c492e2c2e60965346ce3..b73440e277bb9761f51138fb39e5b9a597b13c74 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 int iswxdigit( wint_t wc )\r
 {\r
 \r
 int iswxdigit( wint_t wc )\r
 {\r
@@ -16,7 +16,7 @@ int iswxdigit( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index f5f4a1dd38d2e3c49c1e8e91ee393695b648d116..5c1c0a2f460293c26880423bbfac229beed13e2c 100644 (file)
@@ -7,7 +7,7 @@
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wint_t _PDCLIB_towctrans_l( wint_t wc, wctrans_t trans, locale_t l )\r
 {\r
 \r
 wint_t _PDCLIB_towctrans_l( wint_t wc, wctrans_t trans, locale_t l )\r
 {\r
@@ -27,7 +27,7 @@ wint_t towctrans( wint_t wc, wctrans_t trans )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index b3def775b75b101992fc75752df8959c675e2b0e..666bf6b53e4e69bb0835cb6f26ca2249e1d24e50 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wint_t _PDCLIB_towlower_l( wint_t wc, locale_t l )\r
 {\r
 \r
 wint_t _PDCLIB_towlower_l( wint_t wc, locale_t l )\r
 {\r
@@ -27,7 +27,7 @@ wint_t towlower( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index e9f99a54380791176a7a47dba0db075e6af1409a..e04ebc0f996e79fa9a10b5aa76cdfd49a76cae76 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wint_t _PDCLIB_towupper_l( wint_t wc, locale_t l )\r
 {\r
 \r
 wint_t _PDCLIB_towupper_l( wint_t wc, locale_t l )\r
 {\r
@@ -27,7 +27,7 @@ wint_t towupper( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 31f36be311acfcffb62a46692623873d5b33ea33..efc18bfad95591aec928794c5ef71f0f56e8c3d7 100644 (file)
@@ -7,7 +7,7 @@
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wctrans_t wctrans( const char * property )\r
 {\r
 \r
 wctrans_t wctrans( const char * property )\r
 {\r
@@ -25,7 +25,7 @@ wctrans_t wctrans( const char * property )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index e196ee439bf77bac4bef11277ec322d3015ea20f..c07fc0f2682b200b3ba512c7dbdca7992f8a2ff8 100644 (file)
@@ -7,7 +7,7 @@
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 #include <string.h>\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wctype_t wctype( const char * property )\r
 {\r
 \r
 wctype_t wctype( const char * property )\r
 {\r
@@ -73,7 +73,7 @@ wctype_t wctype( const char * property )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index ffb394803e8e4a04d46c81283184357820ccedcd..a1af59f6aa2eed19e5dd4cce546db0109f8ad85e 100644 (file)
@@ -4,8 +4,8 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_aux.h"
+#include "_PDCLIB_config.h"
 
 /*
    Defines a macro assert() that, depending on the value of the preprocessor
 
 /*
    Defines a macro assert() that, depending on the value of the preprocessor
index f55d18b6c1b9db48611a6d93cac704669d13881a..3ce837b61c338a722fb1980c6ecadfebd341180b 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
 
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index fb485a4cb4657060c0ea1989e147c8063c2dfb4c..59dbf547a9bdce9aa0aeea38430e096ae4afa08b 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #ifndef _PDCLIB_FLOAT_H\r
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H\r
 \r
 #ifndef _PDCLIB_FLOAT_H\r
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H\r
-#include <_PDCLIB_float.h>\r
+#include "_PDCLIB_float.h"\r
 \r
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS\r
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD\r
 \r
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS\r
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD\r
index e3057051ce87f926b97c50a9fc2ad0dec8492b7c..79fc6f607ae81a4bfd4c25399ef1869c29eac530 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
 
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 /* MSVC 2010 defines this to 5, which is enough for UTF-8 but might rule out
    stateful encodings (like ISO/IEC 2022). GCC 5.3 defines this to 16, which
 
 /* MSVC 2010 defines this to 5, which is enough for UTF-8 but might rule out
    stateful encodings (like ISO/IEC 2022). GCC 5.3 defines this to 16, which
index 616e84e948422e0d2f8634e4545eff2b354c90d7..16aa64920cb7760272d36041b8b01cf5d2295a49 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_LOCALE_H
 #define _PDCLIB_LOCALE_H _PDCLIB_LOCALE_H
 
 #ifndef _PDCLIB_LOCALE_H
 #define _PDCLIB_LOCALE_H _PDCLIB_LOCALE_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index cc63123ca5d22076b8d7c363c0539ccffc8ad6cd..1ebf3fba289823ce3da1f37cad3e0b130ce835ee 100644 (file)
@@ -6,8 +6,8 @@
 
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
 
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
-#include <_PDCLIB_aux.h>
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_aux.h"
+#include "_PDCLIB_config.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index f5c91e799f8136e73328091f2d41bd84584a0a46..600731bdcacdbea72d0cb9bbaf354c3cfe520e7e 100644 (file)
@@ -6,8 +6,8 @@
 
 #ifndef _PDCLIB_STDDEF_H
 #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H
 
 #ifndef _PDCLIB_STDDEF_H
 #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H
-#include <_PDCLIB_config.h>
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_config.h"
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 9cb603e4f377af8b3ae102b3e763b1f1b6fde388..69a6dc5a7b8a1ac09f113215cbce91740ce9c204 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_STDINT_H
 #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H
 
 #ifndef _PDCLIB_STDINT_H
 #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 /* Exact-width integer types. */
 
 
 /* Exact-width integer types. */
 
index 5952ec7087d1e4f3ca19ade4d220416527db1924..0d28ce7468a5df9f8e9ddbaaca34903517ce8d77 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_STDIO_H
 #define _PDCLIB_STDIO_H _PDCLIB_STDIO_H
 
 #ifndef _PDCLIB_STDIO_H
 #define _PDCLIB_STDIO_H _PDCLIB_STDIO_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index e751dbe0c7bd5c240b43d42c883e2e5c16bab767..b3a92bd46159f7a17555f6b91c56c11e648f0d9f 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_STDLIB_H
 #define _PDCLIB_STDLIB_H _PDCLIB_STDLIB_H
 
 #ifndef _PDCLIB_STDLIB_H
 #define _PDCLIB_STDLIB_H _PDCLIB_STDLIB_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index c0efcaf21738250f937fe97246bea6ee18ff1dca..8e4db1e2825a2243611ffc91ae90b954d26cfcd9 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_STRING_H
 #define _PDCLIB_STRING_H _PDCLIB_STRING_H
 
 #ifndef _PDCLIB_STRING_H
 #define _PDCLIB_STRING_H _PDCLIB_STRING_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 1fd3d1c28fa5eae46bdb2166e0a07ea608ed2691..d3786a2326400dcb594e647d1c8c6fa1eab1048b 100644 (file)
@@ -6,8 +6,8 @@
 
 #ifndef _PDCLIB_THREADS_H
 #define _PDCLIB_THREADS_H _PDCLIB_THREADS_H
 
 #ifndef _PDCLIB_THREADS_H
 #define _PDCLIB_THREADS_H _PDCLIB_THREADS_H
-#include <_PDCLIB_int.h>
-#include <_PDCLIB_threadconfig.h>
+#include "_PDCLIB_int.h"
+#include "_PDCLIB_threadconfig.h"
 
 #include <time.h>
 
 
 #include <time.h>
 
index 5d07653e1907ab0deaa881ad000844363c26d860..a2b659688cfa4bb661a553a671b8510296e93997 100644 (file)
@@ -6,8 +6,8 @@
 
 #ifndef _PDCLIB_TIME_H
 #define _PDCLIB_TIME_H _PDCLIB_TIME_H
 
 #ifndef _PDCLIB_TIME_H
 #define _PDCLIB_TIME_H _PDCLIB_TIME_H
-#include <_PDCLIB_aux.h>
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_aux.h"
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index bcf1eacdc932adbb7a5fa63cbde0ac89d2b399e8..c061113e087855daed43f8b8124b41b030fb711e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_UCHAR_H
 #define _PDCLIB_UCHAR_H _PDCLIB_UCHAR_H
 
 #ifndef _PDCLIB_UCHAR_H
 #define _PDCLIB_UCHAR_H _PDCLIB_UCHAR_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index ceaf2660c7b54ed252731147a78280785103dd45..93ea9309788253010193236f4c4be2ea38b0d361 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_WCHAR_H
 #define _PDCLIB_WCHAR_H _PDCLIB_WCHAR_H
 
 #ifndef _PDCLIB_WCHAR_H
 #define _PDCLIB_WCHAR_H _PDCLIB_WCHAR_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 1e4989732e10e67d12dfc9176b6137ff00981323..9a71e16af930703ad7673611f4a969d8761b1de6 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_WCTYPE_H
 #define _PDCLIB_WCTYPE_H _PDCLIB_WCTYPE_H
 
 #ifndef _PDCLIB_WCTYPE_H
 #define _PDCLIB_WCTYPE_H _PDCLIB_WCTYPE_H
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index ecf8f66acc77211a28e12cd05341f6c49e004d23..fe3baae80b4647aa94c4e28b61424e0f6efe6e66 100644 (file)
@@ -12,8 +12,8 @@
 /* would be considered a bug / missing feature: notify the author(s).         */
 /* -------------------------------------------------------------------------- */
 
 /* would be considered a bug / missing feature: notify the author(s).         */
 /* -------------------------------------------------------------------------- */
 
-#include <_PDCLIB_config.h>
-#include <_PDCLIB_aux.h>
+#include "_PDCLIB_config.h"
+#include "_PDCLIB_aux.h"
 
 /* null pointer constant */
 #define _PDCLIB_NULL 0
 
 /* null pointer constant */
 #define _PDCLIB_NULL 0
index 1432153f7f2ce26de8a36228fde4ed5a1669faad..ac5a593d963266367c61b18f814b834eda2fff08 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdbool.h>
 #ifndef REGTEST
 #include <uchar.h>
 #include <stdbool.h>
 #ifndef REGTEST
 #include <uchar.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_encoding.h"
 
 static bool ascii_mbsinit( const mbstate_t *ps )
 { return 1; }
 
 static bool ascii_mbsinit( const mbstate_t *ps )
 { return 1; }
@@ -72,7 +72,7 @@ const struct _PDCLIB_charcodec_t _PDCLIB_ascii_codec = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5961a443d7e46319bf812980d7cad4eecb5e4246..dba6ae9ce1e0c0361eff7c68944d17984121c329 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdbool.h>
 #ifndef REGTEST
 #include <uchar.h>
 #include <stdbool.h>
 #ifndef REGTEST
 #include <uchar.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_encoding.h"
 
 static bool latin1_mbsinit( const mbstate_t *ps )
 { return 1; }
 
 static bool latin1_mbsinit( const mbstate_t *ps )
 { return 1; }
@@ -70,7 +70,7 @@ const struct _PDCLIB_charcodec_t _PDCLIB_latin1_codec = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6348c79ed852a251cd714ebb05ea1db6077207ce..a4c19adb349a735c6715af6c66641eab61de66b3 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdint.h>
 #include <uchar.h>
 #include <assert.h>
 #include <stdint.h>
 #include <uchar.h>
 #include <assert.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_encoding.h"
 
 /* Use of the mbstate:
  *
 
 /* Use of the mbstate:
  *
@@ -242,7 +242,7 @@ const struct _PDCLIB_charcodec_t _PDCLIB_utf8_codec = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index b1a0dbe60bde74fdb923dc21bb9f03896cd63a88..4b214e46690d234d996a9317af1498a0a6c317ef 100644 (file)
@@ -19,7 +19,7 @@ void _PDCLIB_initclocale( locale_t l )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main()\r
 {\r
 \r
 int main()\r
 {\r
index dd1126a26874a9bcb2cee80db6965cd5395cfd5b..54703d480f5c5e89acf656a0f11c6a691930c107 100644 (file)
@@ -6258,7 +6258,7 @@ History:
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* TODO: TEST ME */\r
 int main( void )\r
 \r
 /* TODO: TEST ME */\r
 int main( void )\r
index d2dda49bcc2be3330fd74b32744ddcb04036fb25..b79a83e24bd1d517b32634dad097490524030ef2 100644 (file)
@@ -1,6 +1,6 @@
-#include <_PDCLIB_aux.h>\r
-#include <_PDCLIB_config.h>\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_aux.h"\r
+#include "_PDCLIB_config.h"\r
+#include "_PDCLIB_glue.h"\r
 #include <threads.h>\r
 \r
 typedef mtx_t MLOCK_T;\r
 #include <threads.h>\r
 \r
 typedef mtx_t MLOCK_T;\r
index acdf6406ece0ea6671fe9fd264f69d3ea51c87f5..2e79081df14cc7cb6db52cdf464672c4067e5880 100644 (file)
@@ -27,7 +27,7 @@ int wcscoll( const wchar_t * s1, const wchar_t * s2 )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 7430567888719c80bf81e97d1bef0ca66470e0cb..4bb6adc0088e0d69bdf44966da27fa4a62d39a56 100644 (file)
@@ -18,7 +18,7 @@ size_t wcsxfrm( wchar_t * _PDCLIB_restrict s1, const wchar_t * _PDCLIB_restrict
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 516cc360e4eef39725ce3261c72645de6ee3bd80..cf0a625e0bfd18eb24ff0231186729d1588dc60e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _PDCLIB_THREADCONFIG_H\r
 #define _PDCLIB_THREADCONFIG_H\r
 #ifndef _PDCLIB_THREADCONFIG_H\r
 #define _PDCLIB_THREADCONFIG_H\r
-#include <_PDCLIB_aux.h>\r
-#include <_PDCLIB_config.h>\r
+#include "_PDCLIB_aux.h"\r
+#include "_PDCLIB_config.h"\r
 \r
 #ifdef __cplusplus
 extern "C" {
 \r
 #ifdef __cplusplus
 extern "C" {
index cce9a499493ad3c4eb80e70b34a37b34299842e9..3bdca049a2f6d3e1dd2734a458d89946a3338299 100644 (file)
@@ -11,7 +11,7 @@ void _PDCLIB_call_once(_PDCLIB_once_flag *flag, void (*func)(void))
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #ifndef REGTEST\r
 static int count = 0;\r
 \r
 #ifndef REGTEST\r
 static int count = 0;\r
index 9e22f7d89d62a3d71c55f661ceb128b733ba1815..13f1732e4971877e713f9b9e55c234371ce0aa5e 100644 (file)
@@ -9,7 +9,7 @@ int cnd_init(cnd_t *cond)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 74fa6761a54ff392be1a6d6c47c4ea7dc8db1612..2492d82a9dbc505aad1d681094c488f7595bfa35 100644 (file)
@@ -8,7 +8,7 @@ int cnd_signal(cnd_t *cond)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 54c3917cbf1356d1923cefd0c13b0c849f61240e..86b70ab663c08f23116686556162086152ce91eb 100644 (file)
@@ -8,7 +8,7 @@ int cnd_wait(cnd_t *cond, mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 8f359c8427f3c8c2b90259c8f6d7e2dfe84af126..344e0ee82bf7433a236dd39ff9d2d80b41588bd1 100644 (file)
@@ -6,7 +6,7 @@ void mtx_destroy(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 21bb473e2f88ef813dfc83886f73b8551869f08f..6d48970a75e1c0fe8db3db36caeacf1a0ecd8b80 100644 (file)
@@ -9,7 +9,7 @@ int mtx_init(mtx_t *mtx, int type)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 13b0d1ca6b5089e860d7c897c313da8d3239ca05..cebc07d506551e6b80ae4192d4e5276c6e6d6b2e 100644 (file)
@@ -9,7 +9,7 @@ int mtx_lock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 699d0041cff0499cb313fc0deaec2421d2e4322a..047dce63beb5368baa485199f57b9af3da75a1e5 100644 (file)
@@ -8,7 +8,7 @@ int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index e7bd8852011e6ef7ee1a487b16b0b1eaab5c917d..3224e4732654c598b0fefda211fe3da2e18a8c1e 100644 (file)
@@ -9,7 +9,7 @@ int mtx_trylock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index d22d40e0ed3c75859ea614771950293c577a8236..a12c0a061123b40e2c5b3fe597cadb6336769b38 100644 (file)
@@ -10,7 +10,7 @@ int mtx_unlock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 2d184ce8138d3a9ea922f94deeec55384d68fbb0..0cb99acee7e374d2466f9955a794501095512fb3 100644 (file)
@@ -8,7 +8,7 @@ void thrd_yield(void)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 7faa4f9f72637a4ffa99cf539c6a1459989d34af..640ab3000f349256e3cdd223ba6e74b383de30db 100644 (file)
@@ -10,7 +10,7 @@ int tss_create(tss_t *key, tss_dtor_t dtor)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 0876e7d04848aa7bcaf22650a35acd717e705c76..53c6e16d899dba5f365da003bf5e8aa56679cf51 100644 (file)
@@ -8,7 +8,7 @@ void tss_delete(tss_t key)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index ee031f1593468e0428f6cbc616a329fd5335e225..531368f937d3d7f4e18e0cc8f2c5ce861d843701 100644 (file)
@@ -8,7 +8,7 @@ void *tss_get(tss_t key)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #ifndef REGTEST\r
 static tss_t key;\r
 \r
 #ifndef REGTEST\r
 static tss_t key;\r
index da02b04be24b07aedb84e0d2e71dc380d37e8d16..1e8a5eb0ae3ff18115fdc44ba3b1c121e6021ec2 100644 (file)
@@ -9,7 +9,7 @@ int tss_set(tss_t key, void *val)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 3933af61a89ad10647f265087b7334aead107e4c..32058fe99fe997c77a127ca4a770eef2854c8026 100644 (file)
@@ -9,7 +9,7 @@ time_t time(time_t* t)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 9332ce307955609ecf0cc0c78af3bb8bd25dc812..3f844f18f823dca99045ca93aa5b65c0827028ef 100644 (file)
@@ -8,7 +8,7 @@ int timespec_get( struct timespec *ts, int base )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 1ca4783a99c4fd81b78e81d5b3d896093a5fc7ab..a94d8dbd98cf5d2e51342f3d28fa88a2b9e77cf2 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _PDCLIB_THREADCONFIG_H
 #define _PDCLIB_THREADCONFIG_H
 #ifndef _PDCLIB_THREADCONFIG_H
 #define _PDCLIB_THREADCONFIG_H
-#include <_PDCLIB_aux.h>
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_aux.h"
+#include "_PDCLIB_config.h"
 
 #ifdef __APPLE__
 #include <_types.h>
 
 #ifdef __APPLE__
 #include <_types.h>
index 123ad3a91b1ba636a40888849ce295d0d2bbfbe2..f9bbffea3a335c006ab05810d968e0db74a755d9 100644 (file)
@@ -9,7 +9,7 @@ void call_once(once_flag *flag, void (*func)(void))
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST
 static int count = 0;
 
 #ifndef REGTEST
 static int count = 0;
index 2d0a2a2187006256c96ac14507e06e8a1a2cf23a..ad1c14faac149b2345529085ef1ff6db563b60b2 100644 (file)
@@ -9,7 +9,7 @@ void mtx_destroy(mtx_t *mtx)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index fd1ad71d2f6a47b010f1bf4cff031a778277c186..20615671500d6880cea0f3e7084a7dce77ffaa3f 100644 (file)
@@ -35,7 +35,7 @@ int mtx_init(mtx_t *mtx, int type)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 88a1304b31ce745f9f25c64a4972511b76940710..ef7d4d76e2aaa779d23ac294f4875c145bdb61f8 100644 (file)
@@ -11,7 +11,7 @@ int mtx_lock(mtx_t *mtx)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6cd1b866ac50982ff88f199bf7221804c9fff46c..bca1f6a7dd889314064ec4912cb5f081b19d13ec 100644 (file)
@@ -30,7 +30,7 @@ int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 8a095a5b5c55cb63c045febf0719c01855c1fd02..019940f50663b076ef982f3e842c483e23232153 100644 (file)
@@ -17,7 +17,7 @@ int mtx_trylock(mtx_t *mtx)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 0da592a33b838fc35de1ef21f43fa14e07df7678..3e544f2c499f67286b8e883bb477f12f8da4ee75 100644 (file)
@@ -11,7 +11,7 @@ int mtx_unlock(mtx_t *mtx)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index e51a09efeab9331331b2df357d3ce234ae90b9a9..41bfb66618250364c337715ed615a7af79dc5d1a 100644 (file)
@@ -14,7 +14,7 @@ int tss_create(tss_t *key, tss_dtor_t dtor)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 /* Tested in tss_get.c */
 int main( void )
 
 /* Tested in tss_get.c */
 int main( void )
index 906c761eda577000b8bc5c28d72706c115ab39f2..447681c059197926c09f92342851d876e44797bc 100644 (file)
@@ -10,7 +10,7 @@ void tss_delete(tss_t key)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 /* Tested in tss_get.c */
 int main( void )
 
 /* Tested in tss_get.c */
 int main( void )
index cff00eab1ce653e9c86b928d0598528cf07bd70a..ab8e70adaf1de7a60060396c18188dc1d16c791e 100644 (file)
@@ -9,7 +9,7 @@ void *tss_get(tss_t key)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST
 static tss_t key;
 
 #ifndef REGTEST
 static tss_t key;
index 99895e07800579b7f6635029429e01543415d270..8c529b67a73e81a75f0ec1b4e0bba3e91bb814f5 100644 (file)
@@ -14,7 +14,7 @@ int tss_set(tss_t key, void *val)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 /* Tested in tss_get.c */
 int main( void )
 
 /* Tested in tss_get.c */
 int main( void )
index df07747f252295bc12da72d7e691c173f8b2e385..75a564fbfd2033356944a2b49616c6e498835b75 100644 (file)
@@ -20,7 +20,7 @@ int * _PDCLIB_errno_func()
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ef8f1f64923b728431a0de063806376cb4dbdee9..1e712136b7806ad8d440cafe7949a5b4a9d5199d 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 6bc0efcaf6cbad36f06348bd8d7fc3f7364849e4..54bf80ab4e6f75670d6a624bea90746e72c78119 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 void _PDCLIB_Exit( int status )
 #include <errno.h>
 
 void _PDCLIB_Exit( int status )
@@ -21,7 +21,7 @@ void _PDCLIB_Exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 59ff45d522eb7a2e5c81d72fca149789f2105119..1316cd6d691f85eec167c1910247993275484a93 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef REGTEST\r
 #include <stdio.h>\r
 #include <stdint.h>\r
 #ifndef REGTEST\r
 #include <stdio.h>\r
 #include <stdint.h>\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 #include <errno.h>\r
 \r
 static bool readf( _PDCLIB_fd_t self, void * buf, size_t length, \r
 #include <errno.h>\r
 \r
 static bool readf( _PDCLIB_fd_t self, void * buf, size_t length, \r
@@ -45,7 +45,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = {
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index cd8bc64fa7b83088d953742007d526b0a62c7489..686ea4ba3d9f2a7102b7c8f585d4ed7ec7db2593 100644 (file)
@@ -11,7 +11,7 @@
 #include <errno.h>\r
 \r
 #ifndef REGTEST\r
 #include <errno.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 \r
 bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,\r
                    char const * const filename, unsigned int mode )\r
 \r
 bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,\r
                    char const * const filename, unsigned int mode )\r
@@ -23,7 +23,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #include <stdlib.h>\r
 #include <string.h>\r
 \r
 #include <stdlib.h>\r
 #include <string.h>\r
index 922c8be03deaced08cbf913dea95df7cbd9bb81d..27c56103a9df9f8c027de51b7276e4a4177f47bb 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
 
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 void * _PDCLIB_allocpages( size_t n )
 #include <errno.h>
 
 void * _PDCLIB_allocpages( size_t n )
@@ -19,7 +19,7 @@ void * _PDCLIB_allocpages( size_t n )
 }
 
 #ifdef TEST
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6d0d72be2806a6042ed74ca4d39a50f31928df9d..ef1893e0ef177e1adb98efdfa22d27f967ecb54f 100644 (file)
@@ -9,7 +9,7 @@
 \r
 #include <stdint.h>\r
 #include <stddef.h>\r
 \r
 #include <stdint.h>\r
 #include <stddef.h>\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 #include <errno.h>\r
 \r
 void _PDCLIB_freepages( void * p, size_t n )\r
 #include <errno.h>\r
 \r
 void _PDCLIB_freepages( void * p, size_t n )\r
@@ -18,7 +18,7 @@ void _PDCLIB_freepages( void * p, size_t n )
 }\r
 \r
 #ifdef TEST\r
 }\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 7d174da35927b93120ef30a526c0aae43e0fe358..8ae31f6b517204f56047d77a43a3f838b362700b 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 int _PDCLIB_rename( const char * old, const char * new )
 #include <errno.h>
 
 int _PDCLIB_rename( const char * old, const char * new )
@@ -18,7 +18,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
index 1d0ba23eaecf63998cdf8f63ccc956d447de5b5d..b10e99a26c0c357718654d460ab3b7358a946867 100644 (file)
@@ -14,9 +14,9 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_locale.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_locale.h"
+#include "_PDCLIB_encoding.h"
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
 
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
 
@@ -509,7 +509,7 @@ struct _PDCLIB_locale _PDCLIB_global_locale = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1e0ba4b4d60052bcfd1a52c877e15d9ae933564c..831d9686170bf303d33b854cc2549eef5b90f560 100644 (file)
@@ -25,7 +25,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 9a5a3d70863bb7f46206a039e64cc1e0ea8df372..78273422d5c831555a6dd3e8e4c4a4d29bc75337 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef REGTEST
 
 #include <errno.h>
 #ifndef REGTEST
 
 #include <errno.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 /* This is a stub implementation of tmpfile
 */
 
 /* This is a stub implementation of tmpfile
 */
@@ -22,7 +22,7 @@ FILE* tmpfile( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index 7120d8eb0772fdce84f8d6a17528b09afab6b9d0..f07481d3b48ae24157f85f33b4840c28d3ea5c10 100644 (file)
@@ -20,7 +20,7 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 88a76e06a87c53998fff1be24be36f3c83bd51b0..6c0f6a7e9b4e81dea10fccca3181c90d806cd6bf 100644 (file)
@@ -15,7 +15,7 @@ int system( const char * string )
 }
 
 #ifdef TEST
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 8b30a4fe09053a5deb94a0d4d1a2ad291c016326..dbcf28c10cc47f56930788b29cd75267aa1b547e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_config.h"
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index 15fae5d03eeaad01289796a0969375bb75cfbb55..87b5fc91997681d5e6601e547df894fd449f6881 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 void _PDCLIB_Exit( int status )
 #include <errno.h>
 
 void _PDCLIB_Exit( int status )
@@ -21,7 +21,7 @@ void _PDCLIB_Exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 02678ff4ec60eb424957b0ef077a8c7692db3159..c0d05ed0f7b3b59073c336cc6afa288f7190ff65 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
 
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <gd_bal.h>
 
 #include <errno.h>
 #include <gd_bal.h>
 
@@ -24,7 +24,7 @@ void * _PDCLIB_allocpages( size_t n )
 }
 
 #ifdef TEST
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 6b13298551ebd20bcea3e9e0b77480a08196bcf4..d33f486555967783c06f9010cd172c6bdeeddc36 100644 (file)
@@ -9,7 +9,7 @@
 \r
 #include <stdint.h>\r
 #include <stddef.h>\r
 \r
 #include <stdint.h>\r
 #include <stddef.h>\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 #include <errno.h>\r
 #include <gd_bal.h>\r
 \r
 #include <errno.h>\r
 #include <gd_bal.h>\r
 \r
@@ -23,7 +23,7 @@ void _PDCLIB_freepages( void * p, size_t n )
 }\r
 \r
 #ifdef TEST\r
 }\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 54ef0e38ddb067db5f0bbf912a018a64a83f16d4..1fa71f0c0ac8dc6f3315a6ccebcde70408a03e10 100644 (file)
@@ -9,8 +9,8 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
-#include <_PDCLIB_clocale.h>
+#include "_PDCLIB_locale.h"
+#include "_PDCLIB_clocale.h"
 #include <threads.h>
 
 tss_t _PDCLIB_locale_tss;
 #include <threads.h>
 
 tss_t _PDCLIB_locale_tss;
@@ -394,7 +394,7 @@ struct _PDCLIB_locale _PDCLIB_global_locale = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 9ce11152bf09a189330ef56644c81158925fd05b..4a9a111119bf596fc7db708a2628fcc2a0880af4 100644 (file)
@@ -9,7 +9,7 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <threads.h>
 
 static char _PDCLIB_sin_buffer[BUFSIZ];
 #include <threads.h>
 
 static char _PDCLIB_sin_buffer[BUFSIZ];
@@ -80,7 +80,7 @@ __attribute__((constructor)) static void init_stdio(void)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 286fae6d361affa4654f818fb1a8edcfc00a716d..1fd6678e931c099eb9db2cab16127de1201423fc 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef REGTEST
 #include <stdio.h>
 #include <stdint.h>
 #ifndef REGTEST
 #include <stdio.h>
 #include <stdint.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <gd_bal.h>
 
 #include <errno.h>
 #include <gd_bal.h>
 
@@ -50,7 +50,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1e0ba4b4d60052bcfd1a52c877e15d9ae933564c..831d9686170bf303d33b854cc2549eef5b90f560 100644 (file)
@@ -25,7 +25,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 68da2140306e52613be01388d87a236986cc2648..5f582a04aa36bc76251f41f3f379c657f02cdd15 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_config.h"
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index 6e2428386172711c184598ae327aa863f0f92eaf..0c41d810e7ebf4d8a0543a145c5d89a7d773615e 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 extern void _exit( int status ) _PDCLIB_noreturn;
 
 
 extern void _exit( int status ) _PDCLIB_noreturn;
 
@@ -23,7 +23,7 @@ void _PDCLIB_Exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 4d9f16a45e18d34e996df8a79b419d5065531030..ab64bbe89f555a4e0abcedd4ad38bf49677e82c3 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <sys/mman.h>
 #include <stdint.h>
 #include <stddef.h>
 #include <sys/mman.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 #ifndef MAP_ANON
 #define MAP_ANON MAP_ANOYNMOUS
 
 #ifndef MAP_ANON
 #define MAP_ANON MAP_ANOYNMOUS
@@ -37,7 +37,7 @@ void * _PDCLIB_allocpages( size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 5b21c4b753cd0dac47232a673f94afa7974b83a6..7bf5270050f9913917a1dfc438bab8082e0124ce 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <sys/mman.h>
 #include <stdint.h>
 #include <stddef.h>
 #include <sys/mman.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 void _PDCLIB_freepages( void * p, size_t n )
 {
 
 void _PDCLIB_freepages( void * p, size_t n )
 {
@@ -22,7 +22,7 @@ void _PDCLIB_freepages( void * p, size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ecfcefb04fc20251b4efb24abbfc59c7d4361cf9..49c89281af520e0824a63851cf26f0d545c4e1a7 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
 
 
 #include </usr/include/errno.h>
 
@@ -41,7 +41,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
index a92fe670917b8817a5667aac5c8b3bc11448cff1..b977b4ec53baaef18f76c2dac4f6f8f8425f9326 100644 (file)
@@ -14,9 +14,9 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_locale.h>
-#include <_PDCLIB_clocale.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_locale.h"
+#include "_PDCLIB_clocale.h"
 #include <threads.h>
 
 /* In a POSIX system, stdin / stdout / stderr are equivalent to the (int) file
 #include <threads.h>
 
 /* In a POSIX system, stdin / stdout / stderr are equivalent to the (int) file
@@ -525,7 +525,7 @@ __attribute__((constructor)) static void init_stdio(void)
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 2b75c415f7247357c15c2aaab2d67d89972d1bc5..cfcc533e72af437ef871c8cd8a7d6910bd898545 100644 (file)
@@ -8,7 +8,7 @@
 #define _FILE_OFFSET_BITS 64
 #include <stdio.h>
 #include <stdint.h>
 #define _FILE_OFFSET_BITS 64
 #include <stdio.h>
 #include <stdint.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <unistd.h>
 typedef int64_t off_t;
 #include <errno.h>
 #include <unistd.h>
 typedef int64_t off_t;
@@ -66,7 +66,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index ac2fd76121067cf8a33c3a01ec9ce071a9ac3901..3647aa8854052cc0220b8932809ff8acca4a3e88 100644 (file)
@@ -5,8 +5,8 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 #ifndef REGTEST
    Permission is granted to use, modify, and / or redistribute at will.
 */
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_glue.h"
+#include "_PDCLIB_io.h"
 #include <fcntl.h>
 
 
 #include <fcntl.h>
 
 
@@ -52,7 +52,7 @@ bool _PDCLIB_open(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index c54f44e913a37e67c2539fe4faefd2bfd7888531..537e397346dfc28284a0ea160d10100349e74d11 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <string.h>
 
 extern FILE * _PDCLIB_filelist;
 #include <string.h>
 
 extern FILE * _PDCLIB_filelist;
@@ -34,7 +34,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 27c06ab1430d4c6526186854175c692eab138021..07b18ceec9bd769f751ea48eed38a7f194b79ad4 100644 (file)
@@ -11,7 +11,7 @@
 #include <inttypes.h>
 #include <stdlib.h>
 #include <string.h>
 #include <inttypes.h>
 #include <stdlib.h>
 #include <string.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <unistd.h>
 #ifdef __linux__
 /* get O_CLOEXEC without sys/types.h being awful */
 #include <unistd.h>
 #ifdef __linux__
 /* get O_CLOEXEC without sys/types.h being awful */
@@ -75,7 +75,7 @@ FILE* _PDCLIB_nothrow tmpfile( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index e63cb53b35ec9a5fefc733d6e7d41f18e348a05b..30ed1dec51bcb96e05f7646300cfafbcb86ebcfb 100644 (file)
@@ -32,7 +32,7 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index dd94b772561f21cb22e9c635d33ae7aa474da107..6f4aded95bf58777c933aa4f4dc30bf02dd490f7 100644 (file)
@@ -32,7 +32,7 @@ int system( const char * string )
 }
 
 #ifdef TEST
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define SHELLCOMMAND "echo 'SUCCESS testing system()'"
 
 
 #define SHELLCOMMAND "echo 'SUCCESS testing system()'"
 
index 8b30a4fe09053a5deb94a0d4d1a2ad291c016326..dbcf28c10cc47f56930788b29cd75267aa1b547e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_config.h"
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index 533ee98b862785cb6cabaee6be391629bf7bedd6..471e42c094fb199b39549dcc3911e4e649537e17 100644 (file)
@@ -5,9 +5,9 @@
 #include <threads.h>\r
 #include <wchar.h> // Watcom bug: winnt.h assumes string.h defines wchar_t\r
 #include <windows.h>\r
 #include <threads.h>\r
 #include <wchar.h> // Watcom bug: winnt.h assumes string.h defines wchar_t\r
 #include <windows.h>\r
-#include <_PDCLIB_io.h>\r
-#include <_PDCLIB_locale.h>\r
-#include <_PDCLIB_clocale.h>\r
+#include "_PDCLIB_io.h"\r
+#include "_PDCLIB_locale.h"\r
+#include "_PDCLIB_clocale.h"\r
 \r
 static char ** argvToAnsi( wchar_t ** wargv, int argc )\r
 {\r
 \r
 static char ** argvToAnsi( wchar_t ** wargv, int argc )\r
 {\r
index dc1cbb6b4d17665c957926ada073add0ff9d208b..3d8816791665f95a669425396639585eeef09500 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <windows.h>
 
 #include <errno.h>
 #include <windows.h>
 
@@ -22,7 +22,7 @@ void _PDCLIB_Exit( int status )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 99b42789ab77f7aa8ef42d5b522c174ea4da6f2c..1e33c7e0e87c61a73d840c4dde73dbc76a97617a 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef REGTEST
 #include <stdint.h>
 #include <stddef.h>
 #ifndef REGTEST
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <windows.h>
 
 #include <errno.h>
 #include <windows.h>
 
@@ -28,7 +28,7 @@ void * _PDCLIB_allocpages( size_t n )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 1d48e11b286c8c73706d2fd771b95b2c2d42c4c1..2bd511389c4c583cee3e60bd89d313a26a16cc4f 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef REGTEST\r
 #include <stdio.h>\r
 #include <stdint.h>\r
 #ifndef REGTEST\r
 #include <stdio.h>\r
 #include <stdint.h>\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 #include <errno.h>\r
 #include <windows.h>\r
 \r
 #include <errno.h>\r
 #include <windows.h>\r
 \r
@@ -76,7 +76,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = {
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 7d01a446fe107c389526263d931d935346d75e19..6779b50f70724d586d119a669f70d3d28c718d79 100644 (file)
@@ -11,7 +11,7 @@
 #include <stddef.h>\r
 #include <errno.h>\r
 #ifndef REGTEST\r
 #include <stddef.h>\r
 #include <errno.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 \r
 void _PDCLIB_freepages( void * p, size_t n )\r
 {\r
 \r
 void _PDCLIB_freepages( void * p, size_t n )\r
 {\r
@@ -20,7 +20,7 @@ void _PDCLIB_freepages( void * p, size_t n )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 13affa3ca3a44ea0408ebff1f840d7aa9d354736..a47af17f207353139c207d6aa7947afc76fc46b1 100644 (file)
@@ -11,7 +11,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <windows.h>
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
 #include <windows.h>
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
@@ -98,7 +98,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>
index 0ea277d4536107284e95482a0cdda57d5841fcb2..e068b215ea3caae41280143a9ac173fc681c5212 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 #include <windows.h>
 
 #include <errno.h>
 #include <windows.h>
 
@@ -25,7 +25,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
index 7dcf7a69846874579d6a29c7db35aaa33bab4e7a..2a656a43db03695ecf9533423de0375074aef208 100644 (file)
@@ -23,7 +23,7 @@ void NTAPI _PDCLIB_runTlsCallbacks(void * image, DWORD reason, PVOID pv)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 8d1dc9c7a9b0acfda3cf3a75428aea5ef2259ef8..03a5005027d4943991579f26237e8f97ae53dc39 100644 (file)
@@ -14,9 +14,9 @@
 #include <limits.h>
 
 #ifndef REGTEST
 #include <limits.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
-#include <_PDCLIB_locale.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_io.h"
+#include "_PDCLIB_locale.h"
+#include "_PDCLIB_encoding.h"
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
 
 
 extern const _PDCLIB_fileops_t _PDCLIB_fileops;
 
@@ -520,7 +520,7 @@ struct _PDCLIB_locale _PDCLIB_global_locale = {
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 3e0ebdbe5da2d7c3880653d98b8fd8a24e8df7ab..6a7bc019cfb5980d40139bccce5ae79003d996b9 100644 (file)
@@ -47,7 +47,7 @@ void _PDCLIB_w32errno(void)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index a7e5a697dde457b85aa4f673b5aff87d69d2f879..328d77e643d9e717299531eb2bee7bee4ad4161d 100644 (file)
@@ -44,7 +44,7 @@ const IMAGE_TLS_DIRECTORY _tls_used = {
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 51b2b4f3636d57a675e7676a20353047fe54fc3f..9e46134e9fc1ebeaee8c9277cd53e037f9b6780c 100644 (file)
@@ -31,7 +31,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index c4b09761d13c3ba3e99624375b8d0767b75fbe9a..c56959392abd3f3459eb726a1cb3bbf26d622646 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 #include <errno.h>
 
 #ifndef REGTEST
 #include <errno.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <windows.h>
 #include <string.h>
 
 #include <windows.h>
 #include <string.h>
 
@@ -77,7 +77,7 @@ FILE* tmpfile( void )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )
 #include <string.h>
 
 int main( void )
index 7120d8eb0772fdce84f8d6a17528b09afab6b9d0..f07481d3b48ae24157f85f33b4840c28d3ea5c10 100644 (file)
@@ -20,7 +20,7 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 88a76e06a87c53998fff1be24be36f3c83bd51b0..6c0f6a7e9b4e81dea10fccca3181c90d806cd6bf 100644 (file)
@@ -15,7 +15,7 @@ int system( const char * string )
 }
 
 #ifdef TEST
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {
index 675e00029ecc436f0b4550c3e9ede014c95ab219..211b21984be665be994d6ab42eb01df0a162661f 100644 (file)
@@ -50,7 +50,7 @@ void _PDCLIB_call_once(_PDCLIB_once_flag *flag, void (*func)(void))
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #ifndef REGTEST\r
 static int count = 0;\r
 \r
 #ifndef REGTEST\r
 static int count = 0;\r
index 7a50a10982fe4fb23637d880e198c009f089523a..ac89e11f957aca12069d79bf7473a828c04ade80 100644 (file)
@@ -9,7 +9,7 @@ void mtx_destroy(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index b1da7a85a48135f4cc241fd998a0d36a13bcaf0b..72055519128933d52d93dcbfb3e3feb94d9bca02 100644 (file)
@@ -19,7 +19,7 @@ int mtx_init(mtx_t *mtx, int type)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index d16a487b70d26622cb6f6b6eb2dec2340d04e891..b76c8ec5ad66d7c0efa4c3208f5894b7f918a754 100644 (file)
@@ -24,7 +24,7 @@ int mtx_lock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 5c1ffb30f41f18dd1f1568243b893a70038a8f36..79c96e9f07c3dbdc621156d87953ce93c54eee3c 100644 (file)
@@ -48,7 +48,7 @@ int mtx_timedlock(mtx_t *_PDCLIB_restrict mtx,
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index c5fce0efbd373f43a56b9d7fc6474b7a01e03b63..753dd6e12a4671564d242086e738b8448d57d62f 100644 (file)
@@ -23,7 +23,7 @@ int mtx_trylock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index 1222c292ea42ffa47b934fb154ad3df68ef58a69..bd1e6038d3ad27c4a969468236ea7c2ecf40bbca 100644 (file)
@@ -21,7 +21,7 @@ int mtx_unlock(mtx_t *mtx)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r
index af6da3f69a71b5a2ce3b08d19b52ac1d82cd6d64..a9394aff4c7c2d95a4e7b379dd7e140c6678ac44 100644 (file)
@@ -62,7 +62,7 @@ PIMAGE_TLS_CALLBACK _PDCLIB_runTlsDestructors = runTlsDestructors;
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 57a43fd5a30722ee6e53dce6ac3ebe58adf746b9..90be920898f6c7593c0f7b15c54cdf11f13fce31 100644 (file)
@@ -28,7 +28,7 @@ void tss_delete( tss_t key )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index b0a4441a23efe7231ef169cb772eeb756540b942..acb7c62e68b74becf0a925648fda881caa14d0ca 100644 (file)
@@ -9,7 +9,7 @@ void *tss_get(tss_t key)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #ifndef REGTEST\r
 static tss_t key;\r
 \r
 #ifndef REGTEST\r
 static tss_t key;\r
index 5ab53f14d69bff8dff6f0bcfeb039bcc8dba89bc..5ed15cea51ef6add8c9e78905f3a904fd198616d 100644 (file)
@@ -11,7 +11,7 @@ int tss_set(tss_t key, void *val)
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
index 8b30a4fe09053a5deb94a0d4d1a2ad291c016326..dbcf28c10cc47f56930788b29cd75267aa1b547e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_config.h"
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index cca59e1399760d40df4d2f5875950797da8c72d2..5969a7b6c9bd69d4908e2a785ae4ca8967ecd4ac 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _PDCLIB_THREADCONFIG_H\r
 #define _PDCLIB_THREADCONFIG_H\r
 #ifndef _PDCLIB_THREADCONFIG_H\r
 #define _PDCLIB_THREADCONFIG_H\r
-#include <_PDCLIB_aux.h>\r
-#include <_PDCLIB_int.h>\r
+#include "_PDCLIB_aux.h"\r
+#include "_PDCLIB_int.h"\r
 \r
 #ifdef __cplusplus
 extern "C" {
 \r
 #ifdef __cplusplus
 extern "C" {