]> pd.if.org Git - pdclib/commitdiff
Removed SVN keyword tags.
authorMartin Baute <solar@rootdirectory.de>
Mon, 7 Mar 2016 06:05:00 +0000 (07:05 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 7 Mar 2016 06:05:00 +0000 (07:05 +0100)
193 files changed:
Notes.txt
functions/_PDCLIB/Readme.txt
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/stdio/_PDCLIB_filemode.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/_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/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/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/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/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/strerror.c
functions/string/strlen.c
functions/string/strncat.c
functions/string/strncmp.c
functions/string/strncpy.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/wchar/wcsncmp.c
functions/wchar/wcsrchr.c
includes/assert.h
includes/ctype.h
includes/float.h
includes/inttypes.h
includes/iso646.h
includes/limits.h
includes/locale.h
includes/stdarg.h
includes/stdbool.h
includes/stddef.h
includes/stdint.h
includes/stdio.h
includes/stdlib.h
includes/string.h
opt/malloc-solar/calloc.c
opt/malloc-solar/free.c
opt/malloc-solar/malloc.c
opt/malloc-solar/realloc.c
opt/tss_errno/errno.c
platform/example/Readme.txt
platform/example/functions/_PDCLIB/_PDCLIB_Exit.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/signal/raise.c
platform/example/functions/signal/signal.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/signal/raise.c
platform/gandr/functions/signal/signal.c
platform/gandr/functions/stdio/remove.c
platform/posix/Readme.txt
platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c
platform/posix/functions/_PDCLIB/_PDCLIB_rename.c
platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c
platform/posix/functions/signal/raise.c
platform/posix/functions/signal/signal.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/Readme.txt
platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c
platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.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_stdinit.c
platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c
platform/win32/functions/signal/raise.c
platform/win32/functions/signal/signal.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/includes/signal.h
testing/_PDCLIB_iotest.h
testing/_PDCLIB_test.h

index 09b0b1bb05dbba2cf86a71aed880c0764cd61fdc..ceb68b9d9106a0d9f0444b50487b6d8ca66a4508 100644 (file)
--- a/Notes.txt
+++ b/Notes.txt
@@ -1,6 +1,4 @@
-$Id$
-
-Credits
+Credits
 =======
 
 The vast majority of PDCLib is original work by me. I felt it was the only way
index 797af9dc948674355447e3038b9822cd327254fb..46796879c09956c5c53225b8dbe6d4c2da0e42dc 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 This directory holds various "internals" of PDCLib:
 
 - definitions of helper functions not specified by the standard (hidden in the
index 58a8e58e438c207f44870656beef9883f6e9b70c..a80ab6acbefca970afb6a02d04ea77d8abbc9457 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_atomax( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 30cdb9e1b12c4d36fd37b855eeb94e463bbd3c54..78bff0b9795f3be9bcfa1de794409a9ca629e801 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_closeall( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 52a7ae38585a13978b8069bb3066a9a5bf193271..856bdf9e342243135e5928d79b405d78124f6192 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_digits
 
    This file is part of the Public Domain C Library (PDCLib).
index 98ecf96276099ac65d2ec2141f4df690c36b8952..14cd4f48de25e201960b4b2dce71823782ae8ddb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
index 86b6d42e18c4f05470a9f06c258de965b200dcf5..c2e0fdd6d65ae3473443bb89fb8724f932a3aa44 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_strtox_main( const char * *, int, _PDCLIB_uintmax_t, _PDCLIB_uintmax_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7be40309ed41931c09fc0302f94a2959e4a2c09f..e99c674d94904f803b9e7685f14049f4aea78c2f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_strtox_prelim( const char *, char *, int * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8f8791274451ffb28aefab3129ce781e7629bfe3..3ca4c47ac561a0a42baf91e7a48fa369a16d97ef 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_assert( char const * )
 
    This file is part of the Public Domain C Library (PDCLib).
index abb1f4c4f7478b8208b6074b1ca856c997ea381a..c4248dbbe0c5b50f6543926443b2fd10daea4808 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* stdarg
 
    This file is part of the Public Domain C Library (PDCLib).
index bbb01d50a7b0019c33c4e498e2c300f99ba273f0..dd6bb80685de857ef9e968026f43b592f4d8a072 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isalnum( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 147fd5eb14e82b4ab59f991dcdacb5d6b2f897f6..07e016b3cd8ac47e9847987063ecc63e77ea926d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isalpha( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index fe2a51b21ffd49879728d7b27ef6be05f3df0905..883c0d85971d82f82b17f2605534ee0bb510aa7f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isblank( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index ebb1f47be7f65208098097a0755e299e108c1221..f39cf4a8cec3dcb5b2d0a69250f374d506c472e6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* iscntrl( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 36be03728f961d400316e2591faf8bcc8509a809..762580af39edd707715c9cab7f83935798ee3f61 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isdigit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 133a39cba5e822db199d46d0a6b13cc376c6439f..dbd1c8eeb21783ad56b7b854828f350ad7c1f2ed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isgraph( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 689e65fb168b191c6cbc63627793c357fd60ee83..c68e32437ac8a96fa9a289af3ac7cd53d0e24d09 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* islower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6a5366adaa355959af7c4fd2ee0efa93b55abfa5..d5ff0053b18dff2e5fba3264bebc45b70fcc84d2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isprint( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6c067889f5350394a80650a0e2288fc27102f457..886443c704293914b1c62d7f3c5ee6314f33e442 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ispunct( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 097a5209c50faa4b5b27b5c9a24708ef9a68e2b4..62f04b776d18ee3a01292a74b0b454f17f2cd864 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isspace( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9d45a746b3415192ddcb0f7fcb49128cfc57c3a7..9bb4bc7101fd1ae01fedd3681ffd2018edbb8ecb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isupper( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index e0b0f60b2ffafa2f0e219197ba1c8441d19b9c61..09e855f5a2dee9165b0aa83fb3db7827d3ca311e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isxdigit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a77001ef8e687fdbbddd10209e8d9fc94f9b1690..ffcaa9aa9d6f880c1b877f935e4b0eec2e77bdba 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tolower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2972b51b754550c1b1cd8859df3bf152584671e8..1a0701931ea0961b17aae2d9616765b9fedaf91b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* toupper( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9beda2bb527d04c99a0ca732f0d927ae0224e019..f6f38e8dc033dc338310907eba258033f66f0b04 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* imaxabs( intmax_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 94e69e23f93c30cd4e1bf19c8ec01c1053a133e4..4a89a6d3e863ca06b61b465bf795dc0bf7f0be2f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* lldiv( long long int, long long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4e48b52ce52fb2e6d259bd67efe1aea05682dc80..b7571f64f52618656ef8ee02dae42d7039761fe2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoimax( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c54cfce481ff087c0e234df85a121b37daab6f1e..22fb88fa625c07cb629b19b41edbe29ca0bcbb3f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoumax( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c6066f899b13552edc46173bfbceb032b8e26e32..77678b29658dda9cb6f0a743eca56efbcf6c852b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_filemode( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index f72d2f96098ccfbe311bd5c4212eb23a18c9ed2e..488f46196a09e19f7b7a3b201c8d22005168b734 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_ftell64( FILE * )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 2a5720948cd10251b4e5e07eb3ca47d7e7079fa5..18d820d339fc86bb1ed5255b6831bc295413befb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_fvopen( _PDCLIB_fd_t fd, _PDCLIB_fileops_t *  )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 22158d561d367c95f02add73a3425d5962d9fbc5..d03bda5d7e6455e7e1207fd2fe5b78799d7cb44b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepread( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 48440e737cfb932809cdfceec9f8473eb875d296..1aaa4868a5656e8692d86c36dcfcb3556d579bed 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepwrite( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 03623948d45ae8856548a07f0b4137196d9af3c3..e832782fd32c45c37fc2a2e1342cff3729608540 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_print( const char *, struct _PDCLIB_status_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6a31ff0692dbb8cce0743f0cf624869cd74e7599..f3846b6967fdeff77c926637b51500cbec1b9735 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_scan( const char *, struct _PDCLIB_status_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index dbb217115553a93fa95d3fad5c9f3a7912043133..68adab9f310799fd0951648c1e1074d1ea4f09fc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vsnprintf( char *, size_t, const char *, va_list ap )
 
    This file is part of the Public Domain C Library (PDCLib).
index a80e3e2987a1b727643717a5857c0cc8e48cd6d9..9fc64a50240eedb5eb241e05a386fd7002aec5bd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* clearerr( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 37349c06881b98291e8a824c30b6d3c808ba3c2a..8808171e745f84c67c28ed2b7f97316d65dbda92 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fclose( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 772bb5090f3223cb9e0d8382577657e56937c382..0c392df1e592b66e19369ed5083b0c9e04f98f28 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* feof( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 07ecde7228774b237f6a5fbdbaa2ec8c93e973cc..0067bed48288d6be1598af124299af8b0bc5d3ba 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ferror( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3f1a4118a4d9a9ff7dc300b303e3e08badfbb4f3..85bd234b5a94cca01ea0b3a403b4b9d1a060bf1b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fflush( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 114ab975e2e9b928e7154bd04a41ca7ce2ae4697..dc8dfed01c281238cfcede7da3707aaf518ce28c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgetc( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d4a717e86312a93f7ee9802e309846f33546b496..e14012ee25b9d4331010016e3fe95e958167ece5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgetpos( FILE * , fpos_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index fd893443b8679a27149c3f8f65d2e47ee0bd6b92..d757f000bb722357e5c30ebeafe5ea346fb934c3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgets( char *, int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5bcf5d81fe95d17e9406017676d24ff6a886ebcf..4cce8fa891f51aa9254522b9addcefdbd87ddda5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fopen( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 07283b2d162dc5ac0c6c80bfc32d515ab94aef1c..5ca265568778134e1df8ef8fe90e43ee735be87f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fprintf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 360abc459e32bec9ab94b22d4166211c817c5cb8..6224c5ec00d9f7375c8cdcb0cb330b10df64ed06 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fputc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3565a1181e73d4978b895b9d5b9a668819109e87..3c6b888ff151790c80af1149ef67b5826209ff0a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fputs( const char *, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9695db43bb1f43a833fb5a02447dce1dfe07886f..3bfcfff6fdd51297056cc1222c90152b71cfac62 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fwrite( void *, size_t, size_t, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index fb356a820a6e32721a78c4a722d9fc0ace69f300..10d797b8f5777ac4e50eb7012ac5d54e56f0fc32 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* freopen( const char *, const char *, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index f9b950eee7edcbd4ec68f62532a4ea4ed20d84e2..eed3ccac4a41ea1e420f2c9b2a695190d76b378b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fscanf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 44cc6fbf86a8ca2f8a80bbace841f84ebd3453ad..72fe951d22d0f917f53849275349d3cb61f50aa1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fseek( FILE *, long offset, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5a78706731d7f8ee355fdf2e0a4acc55da34bdbf..8e281542b817188e177e977f67c0722bcca17672 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fsetpos( FILE *, const fpos_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ba79db3b8218268efaf100027dfbedbd6759b8bc..67ab676098d7eca06043c2e565ab458998bd9129 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ftell( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d0efadb207df354eabdca050be5819c1756a370d..f9d5021c891a1ed447405311248d0fc7cc70a31a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fwrite( const void *, size_t, size_t, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b0c56f4c5cf3504f63a1785e32503b5783c14a8a..7898edfb04b56d74a18630aa2a25e25a8a9a905e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getc( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 1e761766bf5d79b27349be4d869a48469492b3b6..6457df5e07fe711c3d7d0f8ac995a721889fc45a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getchar( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 798df766c08590d1d3953667714f3331a105becb..43c120e570bd93a87cfa5ba8e729712f3e91ed5e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gets( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9fe694825a632fbaedab7e7d11915ac8aa157654..5df86c019b41c275ccdf61ce0fa60d8686c902d9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* perror( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9dcb4fc0fdcd73fe49da53ad1d4ee87d54292d43..3c9f8c08921050f24482a155bfead1b73548e0d8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* printf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 026e5e084e2972d5b612005b9072da6690e33409..6ef3e030e4befe2a62c3dba46a8accad0157fcfb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* putc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index a79932f9e4f402ff444150c2054a59dcc2e5c378..ca184f750bec3552f72d21f3966a93032ef8029d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* putchar( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 35daf64a85a39bb67f3a346122bce1b2d8566bfe..f8df1542f3285cedd96a35801288984da3915932 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* puts( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0ae5c6a62cfe5ebff97d9e47555c037431438674..ba4a75dfd20a3462d71a050e403a73d360e16c06 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 18eb6a9dc33c575e8375523082b5b3ead223913e..e7f2aac379304669829c129a444f72a8af4fa5ff 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rewind( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7da1902a0826a574a13b44d1870a2cd1bfd4e116..4644c7d7655ca551a177b9bf0750dec7356d3f14 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* scanf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index f6f6f7016790709cbcdfd469eff24d6cd2eac8e5..2479eb732450a04345d0f5f90dd2d21088438aae 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setbuf( FILE *, char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b07d87e3f847e32de5927b260f7c818a62571f0a..0cd942285553ae77ec6ce9ff59b8efc871b61ce0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setvbuf( FILE *, char *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 69d4106ffe74305cc47b2f4f1cab5a579b19cc1b..2465d3cf6d3ccb7419687d6e2a8eb805301188bc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* snprintf( char *, size_t, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 11328eedd3eb4d65142ee8533459d00a8a2cb81a..70a42830e22b3bc8c8576891e5450335ecb71c06 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sprintf( char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index bf0ea5599c7d80f618d72736ba052a65b2930eb5..88876328d76dfc4abe2dfce10c01b58c9ca8b572 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sscanf( const char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 270109d91fdf710d87e36bce4658d718908e1d39..4499fd4ed0fb3f31f45010c66869a94c4a460e5d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpnam( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 59d2b57f6a00492e895eba080b261c45ac785f92..56ba98b26c3b463ba08bd7f7bdd993a2fd93b6b9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ungetc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0aa66485e7ec96b86a5bde2c340a5e214b5de6b6..2ca4190ec0a9fd5053f8184d37e5ce6e888637d4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vfprintf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index bd5a68121bb1b1a56de023428b542d921e68c252..a1ffdbdd7aa4f92ed1e62e760928c0403ab5d9fd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vfscanf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6d2b55c9b4d3e839bb87e6d138f6cf6439c3fc08..ef08ac858c0f8cedd7024ddbaaeb294572ffef2f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vprintf( const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index 148c828fa52898de7a86ea0a8d78a1a40a83e4a3..654f5bf70bc787c71c55564d8d0a611ad6d348bf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vscanf( const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6cc233d97f4bed54e2cea64b20ac092734f2c163..a8f568469cd101a713f6a660b9151a2c928893d6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vsnprintf( char *, size_t, const char *, va_list ap )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9ace50dc85047806abe1dc5a00ed52edbf1ae872..410e485c86b3b6f88146db74055089e782530069 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vsprintf( char *, const char *, va_list ap )
 
    This file is part of the Public Domain C Library (PDCLib).
index 29dd4838b6d56ccf6103fdc46d136b059892e9c0..51b49e5cbc90d7c25521f0775fd5d641da5edeb1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vsscanf( const char *, const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3244f93e2978a0d7776e12f60a6c102e71a089be..24351c906491967ad4c31aef50ded4876e5ac1fb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _Exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 13d92de6a5de4a26c03f19d5a24768244de3d00d..1847771262a72e8e6a26e2580bc21b9c646d48c7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* abort( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index da6aa9f2ea7f6fffed48f66a39f950b8b87a5b84..688b48bb22ad1bd25451c942379f1025e6ba570e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* abs( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a81a8cb6ec34f06e1e8174959430c8573afdbc84..a2c1598dd7b1371d97c85f7f2d0d9de17db2aea4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atexit( void (*)( void ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index c7c5c29a3821d673184dea1d5e0c1d74ec7d5244..c815b60b52feefb935018f751dc80277cf431316 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atoi( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 00ce4474dd3cdbb1943b58cf3554107773c99502..234f8919c76fb1ef02ffe28317e2ff211e54020c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index fcd44adc169dc5bd131c78a727244c9535319e26..36f7a56d4fbd158f6cd542bb7918f54a9c481b38 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atoll( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ab93b94782284e7a1414aa9b5176a50203965a3c..335b4f6acad60035a560234613b0e2faa5f32530 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index b80c5c9411627ad3f353b32bc9aa643bcab40178..f1523fc99b5dda62db2c8afd9e9e01c622680aa2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* div( int, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 48a51118b34494ce2f9532a0e3005000b4294021..267d996098d4b33e5dad937ce85988d6c659d6e1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index e2119de94afb097471d1c662c804eb247e32a2e8..10ae52b9f2c1839c0cabba0136326827f69fb3db 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* labs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7b9feee2028b7d7613480977a4d9590995f8add0..b3e761f856b72a01c5a9bc99fdcf928a8f723c04 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ldiv( long int, long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6dde97b163f8fe4ec5ffd5a6c9c8e4e59e1eeefe..0aa8172dbc19ccde486073055afa16487b565b9a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* llabs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 423d119ffb2feb859f022d32c39f7b5a08382c96..e9d43d0673f457c4c8daa4f197a1789d34f78a1b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* lldiv( long long int, long long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 51edf4b2aa407b8b5995ef9e6daa42e55c308821..c6e9b8024739dfed7653bcfd14a4e82c7472f0a9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* qsort( void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 40d782448421c4e1201fe31b7dd97aff3c16d94c..2090b9ae6b7c46f1f41ec5d80cf54fecbd126dcc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rand( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 14422330c72591023334b89e7125143ce67a7201..5127fd9698426c7da2c484ec6a9085a350a0a290 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* srand( unsigned int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 367b6789fdd44e75d53f048be3a17b3741951ad2..53c185238e898ca0e455e7a802dd20095bb56209 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtol( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index bc952c7fd1fe4a9130c32cbd1a3e7632e495bd37..076515210bb4808d622e3dcc0b972d00647383df 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoll( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4b2fd3d208ec56c49f0e5ef4553992184c37125c..c134aa2288e4a0036930d5a67cd37a8f98d9f237 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoul( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a28bb45d5ef7c7fca86e85feae554d3e45a320b9..fa866fc78a73c54cff232a528e29ad6b8e80e8ca 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoull( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index fac50549cf0d0b9bf7041786737ca355f5cdde6a..3ed04a0138c772a422ab55f204e6dab1e14fcb7a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memchr( const void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index cb1db581d15fec92093c15ef1cc26da5d9b0f3bc..6ed242712ba7a993fcc25802f4322392b5df59cf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memcmp( const void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index dcdb49f8fdc2178a5fa8503c1d19aa41493c450d..f42137c1cdbce4c5b80ca1dbfdc8ab18ff3b5500 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memcpy( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index d291078feeed6dfa1dd6ee3a24dcd2ab6676a9c5..116e411b950b49820fe41da91b8306a7118161d7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memmove( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index dc6a518737c0cd368b553452df136b772ee1405a..4ee2826df79c300c856fd4cfa58214430de9c4a2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memset( void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index bb7db50abc62203fa62473b4a98b74b6f33ec56d..42e6144e334988d4f5afd117492c454d7293ffbb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcat( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 826d6875122d91052095636823f57bfd06087510..5f8db573773410349c8fd16eb5b812254bef0eb6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strchr( const char *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5202771a67d52f266000746cf63c7608cd9b7682..2edf7eef9043da27e1d0e330b27d4bc1d58d72aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcmp( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ebe9a450b5bc887ecab51d32770c80c2899f06bd..7c8c1803a9b65c6db78f822e1fd7518fd7908c13 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcoll( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 1fd3d32b9357c7d7265a0b1ad094e788e6accfea..68722feaf4e8b18eda8b84a5e88051ef777dd775 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcpy( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5239d26f635cd4fdfd20a535b54bcd51d37541a3..9d6663ebcfb59267c5f9fb23a561dc8fd5bc7c42 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index e050394b21778dcb12d7c221dc6b8e2383d0943c..0ed494d03d030f6660254459e9639ac292b7dab7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strerror( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c9ac46568e17a30d15ab84efded6320f36459a4f..4856d99502254f07569e494c7103ebe183709122 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strlen( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5af5191d30f57fd6b177311a9034c0ac4254dbd4..14f6af3f3dc1145c8d8b954d2505177a9e77eb6f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncat( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index ad9e6209565508fbf6ea16d1369413096ea86741..1c73e998340e4004a2b7d75718f9d5dd4213877b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncmp( const char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index efb6480468391a0bf35fae0e8001bee7d0d5c1d9..5868e7f36509ab20b95360af383b6bbb269dc4a1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncpy( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index c5012e26a8b7649886b8063ede1d1c3f5d26f1d9..8a4bed5411bbd42ffa20a2587e46258f2c0a2b59 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* strnlen( const char *, size_t len )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 41211dbd55970a8b09a898490065ac3e9b6a114c..895e94bd3a124510faf20506aa996622a9d377b0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strpbrk( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 527065baaab25f612d3674c5998071a6bbd16230..7045ab980dd4aa6f86c31c50b6c22e90b350b9e0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strrchr( const char *, int c )
 
    This file is part of the Public Domain C Library (PDCLib).
index a546e94f45ce9cd6c0e74e5b828b3472eb314788..0cf90df051ecbbcce66c8345fcd38119635d5afd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 461283ac49f81fbf62fe929d2ba8a3bb73652881..002f5fb04f0fd9b1ae321177e5af8ad3f943558d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strstr( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b922085ce38ac19ed423bfc29d97ce95d636e3eb..e57507a890476f98a9f4e78de417cf506ec3e2fc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtok( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index db3ad48c07d4911357b26c5a0a334be9f47d6775..cb115e24b2816926f6efb860ab7c5218f65571a0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strxfrm( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7ca9a9823b2264df3270c098553dcbc8c6399e5d..f84f459cdbf7cb916bd1a1dd2c66856ed6f2f12b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* wcsncmp( const wchar_t *, const wchar_t *, size_t )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index f91f998c3399b3ab7b0eac33efd955622c3ef163..ecaffe8718d5d1f6a69916712ecc816b5f80fd95 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* wcsrchr( const wchar_t *, wchar_t );\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 0d06472fbdaac089c85cd8c6ad5715460c669e78..349c866f05ccde2664460bd164311d12d5f5d5eb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.2 Diagnostics <assert.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 638a87fcfaa2a66af9e7fc16caab71c72dc8dfa5..f0accf042cb2c3eb6cb434ae0c6fd40f8fbf2cc6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.4 Character handling <ctype.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index e72a31e494773d13613c5e72e7b14eedf975ee19..baac7e65418d7d69130afe65935c095fc3b0f830 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* 7.7 Characteristics of floating types <float.h>\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 32dd629f348ff604d73814d622958f19ec87fce2..0c6830e6b963bed45279cf9e295c0d7b29716447 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.8 Format conversion of integer types <inttypes.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 80159fcb8a8e009bccab68508b59cd34b7442095..4fd338b383892fccf0c6e912b80cf92f695d87c5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.9 Alternative spellings <iso646.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 998aa390306262337005afd40bd78adbe91282e4..c81ddece55723d928c9566b35b0d5c49bc90830b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.10 Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index a304f5e07158f6e0c4e6391579ddadc3afd183f4..351807f4e34b88617a30a40e774a5708c3852137 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.11 Localization <locale.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 202d37274a5070521b41fa153b9222e3d4b20d1a..bbce55ab4360613183143cb3ba4895abd198c81f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.15 Variable arguments <stdarg.h> 
 
    This file is part of the Public Domain C Library (PDCLib).
index a01cc2f600cc93345629c56db7d755134c818ad2..afe5c74f535808161d58161413654aa476754c5e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.16 Boolean type and values <stdbool.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 1d5e3afc7ced3b8fe5d6ab20b677f0e88265e200..d18fcf642a28e36ffe418be5af4529d5efb2617c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.17 Common definitions <stddef.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 8699a2eed8f7eae1e7aae4f8c89395a32f75a00f..3516b96384637634a80c0e28869a59e0a112ac67 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.18 Integer types <stdint.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index e6e178e0056c5a0fe3907cc3c45364f779226ebf..954644bf625d15a8b334181c28809c5dedb2480e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.19 Input/output <stdio.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 1151d1acc23f401b87bb367e557e8b6a158f7b70..9ed464efb237c06d073b88320a34976800c72eab 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.20 General utilities <stdlib.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 27441df467bdec14c24b58465c2b99bef2ce33a0..fcb1f3dc5cbc7a2e65b91bc40aa877ac0cf15a3e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.21 String handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index a2dc21ffdccfdf31336d911607cdea0411f31316..e7117580a7e3f8f8e7275c2593600d3433b38b98 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * calloc( size_t, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4370487750ad2dbddbc71860833926f1a34de3c7..71d6b0f61b9622a62666b59a8c408d42b6468183 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void free( void * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 991bdd56545603c3edeeb011e53bc186c219f148..65d494677e7f5e9beea0c35ff6adc6860c6ab30a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * malloc( size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 099ad5dd170ea1251c4562d62bf70a295102bcc6..a7cc395d21a9f39d3669e4c7f4637c13f643c451 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * realloc( void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index cf91ac5dd2da6189521011822cf2f26371dd12bc..df07747f252295bc12da72d7e691c173f8b2e385 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_errno
 
    This file is part of the Public Domain C Library (PDCLib).
index 5ec24bd601b548f876b83cf858c28596e871f43e..5cb83b5e0c0e7218de53843841cc622b8170a14f 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 "Example" Platform Overlay
 ==========================
 
index 2bfc8c90623057182779167bb03df4b3ec92abb3..6bc0efcaf6cbad36f06348bd8d7fc3f7364849e4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index b7b64fec366bd2586d5ec6849637e309258c0eea..cd8bc64fa7b83088d953742007d526b0a62c7489 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_open( char const * const, int )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index bdcd525ca3ece71ab92d2e63829c357113eb58b2..922c8be03deaced08cbf913dea95df7cbd9bb81d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index c77687652e64de0739b74998a9f5a954fbd247e9..6d0d72be2806a6042ed74ca4d39a50f31928df9d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_allocpages( int const )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index a65715dfc4f9dd591b43e0dd5e380024cdf92bfb..7d174da35927b93120ef30a526c0aae43e0fe358 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 48259a86c888ce0ca26a700ce9a815835cee94ac..6481c38cc622749d653351f46085ff004015f9d7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_stdinit
 
    This file is part of the Public Domain C Library (PDCLib).
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index aae95a95bc1558f1a923bcc4ae56d3eeecee2136..9d22275f14aa1253e17629fe79831e67986bb138 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* signal( int sig, void (*func)( int ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0c4f050f29b477598d87612f52af18a3a6d08ccd..1e0ba4b4d60052bcfd1a52c877e15d9ae933564c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 94351caad147da0ce6bf2c498906f5dd9eeb5fb2..9a5a3d70863bb7f46206a039e64cc1e0ea8df372 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index a95171d9ab2cb4300a8103e5b9b62e93b9459695..7120d8eb0772fdce84f8d6a17528b09afab6b9d0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2cf7534b2faf99671408ab044ac56dcb399fe630..88a76e06a87c53998fff1be24be36f3c83bd51b0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9f6a1a3abc4252850902d4a94bb158e66361ae02..2d52993f7a850044da0e10c6a2e1761666c68890 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.14 Signal handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index b0178c21414c22fc36f1bde8d0a8338e04c3b461..15fae5d03eeaad01289796a0969375bb75cfbb55 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 485177914b3709ff0e07939b5581f953223e4c64..02678ff4ec60eb424957b0ef077a8c7692db3159 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index 285589f6003596b8c362be35e5d442c7852f72fb..6b13298551ebd20bcea3e9e0b77480a08196bcf4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_allocpages( int const )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index aae95a95bc1558f1a923bcc4ae56d3eeecee2136..9d22275f14aa1253e17629fe79831e67986bb138 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* signal( int sig, void (*func)( int ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0c4f050f29b477598d87612f52af18a3a6d08ccd..1e0ba4b4d60052bcfd1a52c877e15d9ae933564c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5ec24bd601b548f876b83cf858c28596e871f43e..5cb83b5e0c0e7218de53843841cc622b8170a14f 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 "Example" Platform Overlay
 ==========================
 
index 6efed712769a008e3afd51243b1d62406450d7e3..6e2428386172711c184598ae327aa863f0f92eaf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index cc5a17392d1f9d8ef99822a759f6a8d1acedfd1e..ecfcefb04fc20251b4efb24abbfc59c7d4361cf9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 77b5918b7472691a0283f7ad400f9d57af2dc353..4a1da0d33458306174ab7e4ace2a52244230fca4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_stdinit
 
    This file is part of the Public Domain C Library (PDCLib).
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index d666b2400e7cbdb8bc4d9694c4f0246693a278ca..56aada5e6f8f9e71b1f03c5d9ee8c976306ccebb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* signal( int sig, void (*func)( int ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index d4a018442ebc70efe2f3451b1e4d0dbe180085e6..c54f44e913a37e67c2539fe4faefd2bfd7888531 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ad7aa7e78de86073deb0e0854e15372372696ed2..27c06ab1430d4c6526186854175c692eab138021 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4eb70102e54614867676813e30ba6a4d8ec18184..e63cb53b35ec9a5fefc733d6e7d41f18e348a05b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index eb8db3dbd9022f6b80f39881289ed95e3c820d1f..dd94b772561f21cb22e9c635d33ae7aa474da107 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9f6a1a3abc4252850902d4a94bb158e66361ae02..2d52993f7a850044da0e10c6a2e1761666c68890 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.14 Signal handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 5ec24bd601b548f876b83cf858c28596e871f43e..5cb83b5e0c0e7218de53843841cc622b8170a14f 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 "Example" Platform Overlay
 ==========================
 
index fa50a41a69245afd1c010f7376e76433fee567c4..dc1cbb6b4d17665c957926ada073add0ff9d208b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 48e4bab613e1fa80ad0dd320f007d25f028a32ba..99b42789ab77f7aa8ef42d5b522c174ea4da6f2c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3d8a254e783c12fb96ca2e3b25e224aefba36232..7d01a446fe107c389526263d931d935346d75e19 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_allocpages( int const )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
index af1ee52843ea64a5211aff17aa7865efeb5f9a7e..13affa3ca3a44ea0408ebff1f840d7aa9d354736 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_open( char const * const, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index cac195858d4c0012a9da296355a1f47c3f360818..0ea277d4536107284e95482a0cdda57d5841fcb2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b9c9109afe5fa131b0ba50e23faea4e542adb1dd..d8f17742c8ca7ae336d54ada196411f65d9ae341 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_stdinit
 
    This file is part of the Public Domain C Library (PDCLib).
index ae1804a985e539598bcb72accdeed75a9f31240b..3e0ebdbe5da2d7c3880653d98b8fd8a24e8df7ab 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_allocpages( int const )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
@@ -56,4 +54,4 @@ int main( void )
     return TEST_RESULTS;\r
 }\r
 \r
-#endif
\ No newline at end of file
+#endif\r
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5045c8ccf777775ecb47d192aeb6503778800d4b..dc0b8ce6e28755045788986c394dc9b0fa860ddc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* signal( int sig, void (*func)( int ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 957a5edd5ebf907ed1b79f5189e3a6a1bb2ee2b9..51b2b4f3636d57a675e7676a20353047fe54fc3f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d670f23e72f6a8f592f4ebc024667af811a3e374..c4b09761d13c3ba3e99624375b8d0767b75fbe9a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index a95171d9ab2cb4300a8103e5b9b62e93b9459695..7120d8eb0772fdce84f8d6a17528b09afab6b9d0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2cf7534b2faf99671408ab044ac56dcb399fe630..88a76e06a87c53998fff1be24be36f3c83bd51b0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9f6a1a3abc4252850902d4a94bb158e66361ae02..2d52993f7a850044da0e10c6a2e1761666c68890 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.14 Signal handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index c3118dc95627d548d0d9a4a006ed4aae3c81fd1a..f0b425ddf31683f4b1083e3638add93c6dd1564a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib testing suite <_PDCLIB_test.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index f380e61d5515402373d99244b6b72fb81134c72e..056b80bc281ab3ff84a20a1e2a50fc7139cd663f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib testing suite <_PDCLIB_test.h>
 
    This file is part of the Public Domain C Library (PDCLib).