From: Martin Baute Date: Mon, 7 Mar 2016 06:05:00 +0000 (+0100) Subject: Removed SVN keyword tags. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=e1c526e9bad3f6e69391e94059096145390508d3 Removed SVN keyword tags. --- diff --git a/Notes.txt b/Notes.txt index 09b0b1b..ceb68b9 100644 --- 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 diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt index 797af9d..4679687 100644 --- a/functions/_PDCLIB/Readme.txt +++ b/functions/_PDCLIB/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - This directory holds various "internals" of PDCLib: - definitions of helper functions not specified by the standard (hidden in the diff --git a/functions/_PDCLIB/_PDCLIB_atomax.c b/functions/_PDCLIB/_PDCLIB_atomax.c index 58a8e58..a80ab6a 100644 --- a/functions/_PDCLIB/_PDCLIB_atomax.c +++ b/functions/_PDCLIB/_PDCLIB_atomax.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_atomax( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/_PDCLIB_closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c index 30cdb9e..78bff0b 100644 --- a/functions/_PDCLIB/_PDCLIB_closeall.c +++ b/functions/_PDCLIB/_PDCLIB_closeall.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_closeall( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/_PDCLIB_digits.c b/functions/_PDCLIB/_PDCLIB_digits.c index 52a7ae3..856bdf9 100644 --- a/functions/_PDCLIB/_PDCLIB_digits.c +++ b/functions/_PDCLIB/_PDCLIB_digits.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_digits This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/_PDCLIB_seed.c b/functions/_PDCLIB/_PDCLIB_seed.c index 98ecf96..14cd4f4 100644 --- a/functions/_PDCLIB/_PDCLIB_seed.c +++ b/functions/_PDCLIB/_PDCLIB_seed.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_seed This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/_PDCLIB_strtox_main.c b/functions/_PDCLIB/_PDCLIB_strtox_main.c index 86b6d42..c2e0fdd 100644 --- a/functions/_PDCLIB/_PDCLIB_strtox_main.c +++ b/functions/_PDCLIB/_PDCLIB_strtox_main.c @@ -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). diff --git a/functions/_PDCLIB/_PDCLIB_strtox_prelim.c b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c index 7be4030..e99c674 100644 --- a/functions/_PDCLIB/_PDCLIB_strtox_prelim.c +++ b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_strtox_prelim( const char *, char *, int * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/assert.c b/functions/_PDCLIB/assert.c index 8f87912..3ca4c47 100644 --- a/functions/_PDCLIB/assert.c +++ b/functions/_PDCLIB/assert.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_assert( char const * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c index abb1f4c..c4248db 100644 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* stdarg This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isalnum.c b/functions/ctype/isalnum.c index bbb01d5..dd6bb80 100644 --- a/functions/ctype/isalnum.c +++ b/functions/ctype/isalnum.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isalnum( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isalpha.c b/functions/ctype/isalpha.c index 147fd5e..07e016b 100644 --- a/functions/ctype/isalpha.c +++ b/functions/ctype/isalpha.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isalpha( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isblank.c b/functions/ctype/isblank.c index fe2a51b..883c0d8 100644 --- a/functions/ctype/isblank.c +++ b/functions/ctype/isblank.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isblank( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/iscntrl.c b/functions/ctype/iscntrl.c index ebb1f47..f39cf4a 100644 --- a/functions/ctype/iscntrl.c +++ b/functions/ctype/iscntrl.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* iscntrl( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isdigit.c b/functions/ctype/isdigit.c index 36be037..762580a 100644 --- a/functions/ctype/isdigit.c +++ b/functions/ctype/isdigit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isdigit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isgraph.c b/functions/ctype/isgraph.c index 133a39c..dbd1c8e 100644 --- a/functions/ctype/isgraph.c +++ b/functions/ctype/isgraph.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isgraph( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/islower.c b/functions/ctype/islower.c index 689e65f..c68e324 100644 --- a/functions/ctype/islower.c +++ b/functions/ctype/islower.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* islower( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isprint.c b/functions/ctype/isprint.c index 6a5366a..d5ff005 100644 --- a/functions/ctype/isprint.c +++ b/functions/ctype/isprint.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isprint( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/ispunct.c b/functions/ctype/ispunct.c index 6c06788..886443c 100644 --- a/functions/ctype/ispunct.c +++ b/functions/ctype/ispunct.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ispunct( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isspace.c b/functions/ctype/isspace.c index 097a520..62f04b7 100644 --- a/functions/ctype/isspace.c +++ b/functions/ctype/isspace.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isspace( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isupper.c b/functions/ctype/isupper.c index 9d45a74..9bb4bc7 100644 --- a/functions/ctype/isupper.c +++ b/functions/ctype/isupper.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isupper( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/isxdigit.c b/functions/ctype/isxdigit.c index e0b0f60..09e855f 100644 --- a/functions/ctype/isxdigit.c +++ b/functions/ctype/isxdigit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isxdigit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/tolower.c b/functions/ctype/tolower.c index a77001e..ffcaa9a 100644 --- a/functions/ctype/tolower.c +++ b/functions/ctype/tolower.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tolower( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/ctype/toupper.c b/functions/ctype/toupper.c index 2972b51..1a07019 100644 --- a/functions/ctype/toupper.c +++ b/functions/ctype/toupper.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* toupper( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/inttypes/imaxabs.c b/functions/inttypes/imaxabs.c index 9beda2b..f6f38e8 100644 --- a/functions/inttypes/imaxabs.c +++ b/functions/inttypes/imaxabs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* imaxabs( intmax_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/inttypes/imaxdiv.c b/functions/inttypes/imaxdiv.c index 94e69e2..4a89a6d 100644 --- a/functions/inttypes/imaxdiv.c +++ b/functions/inttypes/imaxdiv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* lldiv( long long int, long long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/inttypes/strtoimax.c b/functions/inttypes/strtoimax.c index 4e48b52..b7571f6 100644 --- a/functions/inttypes/strtoimax.c +++ b/functions/inttypes/strtoimax.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoimax( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/inttypes/strtoumax.c b/functions/inttypes/strtoumax.c index c54cfce..22fb88f 100644 --- a/functions/inttypes/strtoumax.c +++ b/functions/inttypes/strtoumax.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoumax( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_filemode.c b/functions/stdio/_PDCLIB_filemode.c index c6066f8..77678b2 100644 --- a/functions/stdio/_PDCLIB_filemode.c +++ b/functions/stdio/_PDCLIB_filemode.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_filemode( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_ftell64.c b/functions/stdio/_PDCLIB_ftell64.c index f72d2f9..488f461 100644 --- a/functions/stdio/_PDCLIB_ftell64.c +++ b/functions/stdio/_PDCLIB_ftell64.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_ftell64( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_fvopen.c b/functions/stdio/_PDCLIB_fvopen.c index 2a57209..18d820d 100644 --- a/functions/stdio/_PDCLIB_fvopen.c +++ b/functions/stdio/_PDCLIB_fvopen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_fvopen( _PDCLIB_fd_t fd, _PDCLIB_fileops_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_prepread.c b/functions/stdio/_PDCLIB_prepread.c index 22158d5..d03bda5 100644 --- a/functions/stdio/_PDCLIB_prepread.c +++ b/functions/stdio/_PDCLIB_prepread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepread( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_prepwrite.c b/functions/stdio/_PDCLIB_prepwrite.c index 48440e7..1aaa486 100644 --- a/functions/stdio/_PDCLIB_prepwrite.c +++ b/functions/stdio/_PDCLIB_prepwrite.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepwrite( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_print.c b/functions/stdio/_PDCLIB_print.c index 0362394..e832782 100644 --- a/functions/stdio/_PDCLIB_print.c +++ b/functions/stdio/_PDCLIB_print.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_print( const char *, struct _PDCLIB_status_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_PDCLIB_scan.c b/functions/stdio/_PDCLIB_scan.c index 6a31ff0..f3846b6 100644 --- a/functions/stdio/_PDCLIB_scan.c +++ b/functions/stdio/_PDCLIB_scan.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_scan( const char *, struct _PDCLIB_status_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/_vcbprintf.c b/functions/stdio/_vcbprintf.c index dbb2171..68adab9 100644 --- a/functions/stdio/_vcbprintf.c +++ b/functions/stdio/_vcbprintf.c @@ -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). diff --git a/functions/stdio/clearerr.c b/functions/stdio/clearerr.c index a80e3e2..9fc64a5 100644 --- a/functions/stdio/clearerr.c +++ b/functions/stdio/clearerr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* clearerr( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fclose.c b/functions/stdio/fclose.c index 37349c0..8808171 100644 --- a/functions/stdio/fclose.c +++ b/functions/stdio/fclose.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fclose( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/feof.c b/functions/stdio/feof.c index 772bb50..0c392df 100644 --- a/functions/stdio/feof.c +++ b/functions/stdio/feof.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* feof( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/ferror.c b/functions/stdio/ferror.c index 07ecde7..0067bed 100644 --- a/functions/stdio/ferror.c +++ b/functions/stdio/ferror.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ferror( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fflush.c b/functions/stdio/fflush.c index 3f1a411..85bd234 100644 --- a/functions/stdio/fflush.c +++ b/functions/stdio/fflush.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fflush( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fgetc.c b/functions/stdio/fgetc.c index 114ab97..dc8dfed 100644 --- a/functions/stdio/fgetc.c +++ b/functions/stdio/fgetc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fgetc( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fgetpos.c b/functions/stdio/fgetpos.c index d4a717e..e14012e 100644 --- a/functions/stdio/fgetpos.c +++ b/functions/stdio/fgetpos.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fgetpos( FILE * , fpos_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fgets.c b/functions/stdio/fgets.c index fd89344..d757f00 100644 --- a/functions/stdio/fgets.c +++ b/functions/stdio/fgets.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fgets( char *, int, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fopen.c b/functions/stdio/fopen.c index 5bcf5d8..4cce8fa 100644 --- a/functions/stdio/fopen.c +++ b/functions/stdio/fopen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fopen( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fprintf.c b/functions/stdio/fprintf.c index 07283b2..5ca2655 100644 --- a/functions/stdio/fprintf.c +++ b/functions/stdio/fprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fprintf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index 360abc4..6224c5e 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fputc( int, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fputs.c b/functions/stdio/fputs.c index 3565a11..3c6b888 100644 --- a/functions/stdio/fputs.c +++ b/functions/stdio/fputs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fputs( const char *, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fread.c b/functions/stdio/fread.c index 9695db4..3bfcfff 100644 --- a/functions/stdio/fread.c +++ b/functions/stdio/fread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fwrite( void *, size_t, size_t, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/freopen.c b/functions/stdio/freopen.c index fb356a8..10d797b 100644 --- a/functions/stdio/freopen.c +++ b/functions/stdio/freopen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* freopen( const char *, const char *, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fscanf.c b/functions/stdio/fscanf.c index f9b950e..eed3cca 100644 --- a/functions/stdio/fscanf.c +++ b/functions/stdio/fscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fscanf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fseek.c b/functions/stdio/fseek.c index 44cc6fb..72fe951 100644 --- a/functions/stdio/fseek.c +++ b/functions/stdio/fseek.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fseek( FILE *, long offset, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fsetpos.c b/functions/stdio/fsetpos.c index 5a78706..8e28154 100644 --- a/functions/stdio/fsetpos.c +++ b/functions/stdio/fsetpos.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fsetpos( FILE *, const fpos_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/ftell.c b/functions/stdio/ftell.c index ba79db3..67ab676 100644 --- a/functions/stdio/ftell.c +++ b/functions/stdio/ftell.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ftell( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/fwrite.c b/functions/stdio/fwrite.c index d0efadb..f9d5021 100644 --- a/functions/stdio/fwrite.c +++ b/functions/stdio/fwrite.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fwrite( const void *, size_t, size_t, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/getc.c b/functions/stdio/getc.c index b0c56f4..7898edf 100644 --- a/functions/stdio/getc.c +++ b/functions/stdio/getc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getc( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/getchar.c b/functions/stdio/getchar.c index 1e76176..6457df5 100644 --- a/functions/stdio/getchar.c +++ b/functions/stdio/getchar.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getchar( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/gets.c b/functions/stdio/gets.c index 798df76..43c120e 100644 --- a/functions/stdio/gets.c +++ b/functions/stdio/gets.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* gets( char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/perror.c b/functions/stdio/perror.c index 9fe6948..5df86c0 100644 --- a/functions/stdio/perror.c +++ b/functions/stdio/perror.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* perror( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/printf.c b/functions/stdio/printf.c index 9dcb4fc..3c9f8c0 100644 --- a/functions/stdio/printf.c +++ b/functions/stdio/printf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* printf( const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/putc.c b/functions/stdio/putc.c index 026e5e0..6ef3e03 100644 --- a/functions/stdio/putc.c +++ b/functions/stdio/putc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* putc( int, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c index a79932f..ca184f7 100644 --- a/functions/stdio/putchar.c +++ b/functions/stdio/putchar.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* putchar( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/puts.c b/functions/stdio/puts.c index 35daf64..f8df154 100644 --- a/functions/stdio/puts.c +++ b/functions/stdio/puts.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* puts( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/rename.c b/functions/stdio/rename.c index 0ae5c6a..ba4a75d 100644 --- a/functions/stdio/rename.c +++ b/functions/stdio/rename.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/rewind.c b/functions/stdio/rewind.c index 18eb6a9..e7f2aac 100644 --- a/functions/stdio/rewind.c +++ b/functions/stdio/rewind.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rewind( FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/scanf.c b/functions/stdio/scanf.c index 7da1902..4644c7d 100644 --- a/functions/stdio/scanf.c +++ b/functions/stdio/scanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* scanf( const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/setbuf.c b/functions/stdio/setbuf.c index f6f6f70..2479eb7 100644 --- a/functions/stdio/setbuf.c +++ b/functions/stdio/setbuf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setbuf( FILE *, char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/setvbuf.c b/functions/stdio/setvbuf.c index b07d87e..0cd9422 100644 --- a/functions/stdio/setvbuf.c +++ b/functions/stdio/setvbuf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setvbuf( FILE *, char *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/snprintf.c b/functions/stdio/snprintf.c index 69d4106..2465d3c 100644 --- a/functions/stdio/snprintf.c +++ b/functions/stdio/snprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* snprintf( char *, size_t, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/sprintf.c b/functions/stdio/sprintf.c index 11328ee..70a4283 100644 --- a/functions/stdio/sprintf.c +++ b/functions/stdio/sprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* sprintf( char *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/sscanf.c b/functions/stdio/sscanf.c index bf0ea55..8887632 100644 --- a/functions/stdio/sscanf.c +++ b/functions/stdio/sscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* sscanf( const char *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/tmpnam.c b/functions/stdio/tmpnam.c index 270109d..4499fd4 100644 --- a/functions/stdio/tmpnam.c +++ b/functions/stdio/tmpnam.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpnam( char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/ungetc.c b/functions/stdio/ungetc.c index 59d2b57..56ba98b 100644 --- a/functions/stdio/ungetc.c +++ b/functions/stdio/ungetc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ungetc( int, FILE * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vfprintf.c b/functions/stdio/vfprintf.c index 0aa6648..2ca4190 100644 --- a/functions/stdio/vfprintf.c +++ b/functions/stdio/vfprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vfprintf( FILE *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vfscanf.c b/functions/stdio/vfscanf.c index bd5a681..a1ffdbd 100644 --- a/functions/stdio/vfscanf.c +++ b/functions/stdio/vfscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vfscanf( FILE *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vprintf.c b/functions/stdio/vprintf.c index 6d2b55c..ef08ac8 100644 --- a/functions/stdio/vprintf.c +++ b/functions/stdio/vprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vprintf( const char *, va_list arg ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c index 148c828..654f5bf 100644 --- a/functions/stdio/vscanf.c +++ b/functions/stdio/vscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vscanf( const char *, va_list arg ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 6cc233d..a8f5684 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -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). diff --git a/functions/stdio/vsprintf.c b/functions/stdio/vsprintf.c index 9ace50d..410e485 100644 --- a/functions/stdio/vsprintf.c +++ b/functions/stdio/vsprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vsprintf( char *, const char *, va_list ap ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/vsscanf.c b/functions/stdio/vsscanf.c index 29dd483..51b49e5 100644 --- a/functions/stdio/vsscanf.c +++ b/functions/stdio/vsscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* vsscanf( const char *, const char *, va_list arg ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/_Exit.c b/functions/stdlib/_Exit.c index 3244f93..24351c9 100644 --- a/functions/stdlib/_Exit.c +++ b/functions/stdlib/_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _Exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/abort.c b/functions/stdlib/abort.c index 13d92de..1847771 100644 --- a/functions/stdlib/abort.c +++ b/functions/stdlib/abort.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* abort( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/abs.c b/functions/stdlib/abs.c index da6aa9f..688b48b 100644 --- a/functions/stdlib/abs.c +++ b/functions/stdlib/abs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* abs( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atexit.c b/functions/stdlib/atexit.c index a81a8cb..a2c1598 100644 --- a/functions/stdlib/atexit.c +++ b/functions/stdlib/atexit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* atexit( void (*)( void ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atoi.c b/functions/stdlib/atoi.c index c7c5c29..c815b60 100644 --- a/functions/stdlib/atoi.c +++ b/functions/stdlib/atoi.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* atoi( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atol.c b/functions/stdlib/atol.c index 00ce447..234f891 100644 --- a/functions/stdlib/atol.c +++ b/functions/stdlib/atol.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* atol( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/atoll.c b/functions/stdlib/atoll.c index fcd44ad..36f7a56 100644 --- a/functions/stdlib/atoll.c +++ b/functions/stdlib/atoll.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* atoll( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/bsearch.c b/functions/stdlib/bsearch.c index ab93b94..335b4f6 100644 --- a/functions/stdlib/bsearch.c +++ b/functions/stdlib/bsearch.c @@ -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). diff --git a/functions/stdlib/div.c b/functions/stdlib/div.c index b80c5c9..f1523fc 100644 --- a/functions/stdlib/div.c +++ b/functions/stdlib/div.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* div( int, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/exit.c b/functions/stdlib/exit.c index 48a5111..267d996 100644 --- a/functions/stdlib/exit.c +++ b/functions/stdlib/exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/labs.c b/functions/stdlib/labs.c index e2119de..10ae52b 100644 --- a/functions/stdlib/labs.c +++ b/functions/stdlib/labs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* labs( long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/ldiv.c b/functions/stdlib/ldiv.c index 7b9feee..b3e761f 100644 --- a/functions/stdlib/ldiv.c +++ b/functions/stdlib/ldiv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ldiv( long int, long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/llabs.c b/functions/stdlib/llabs.c index 6dde97b..0aa8172 100644 --- a/functions/stdlib/llabs.c +++ b/functions/stdlib/llabs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* llabs( long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/lldiv.c b/functions/stdlib/lldiv.c index 423d119..e9d43d0 100644 --- a/functions/stdlib/lldiv.c +++ b/functions/stdlib/lldiv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* lldiv( long long int, long long int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/qsort.c b/functions/stdlib/qsort.c index 51edf4b..c6e9b80 100644 --- a/functions/stdlib/qsort.c +++ b/functions/stdlib/qsort.c @@ -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). diff --git a/functions/stdlib/rand.c b/functions/stdlib/rand.c index 40d7824..2090b9a 100644 --- a/functions/stdlib/rand.c +++ b/functions/stdlib/rand.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rand( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/srand.c b/functions/stdlib/srand.c index 1442233..5127fd9 100644 --- a/functions/stdlib/srand.c +++ b/functions/stdlib/srand.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* srand( unsigned int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtol.c b/functions/stdlib/strtol.c index 367b678..53c1852 100644 --- a/functions/stdlib/strtol.c +++ b/functions/stdlib/strtol.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtol( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoll.c b/functions/stdlib/strtoll.c index bc952c7..0765152 100644 --- a/functions/stdlib/strtoll.c +++ b/functions/stdlib/strtoll.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoll( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoul.c b/functions/stdlib/strtoul.c index 4b2fd3d..c134aa2 100644 --- a/functions/stdlib/strtoul.c +++ b/functions/stdlib/strtoul.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoul( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdlib/strtoull.c b/functions/stdlib/strtoull.c index a28bb45..fa866fc 100644 --- a/functions/stdlib/strtoull.c +++ b/functions/stdlib/strtoull.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtoull( const char *, char * *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memchr.c b/functions/string/memchr.c index fac5054..3ed04a0 100644 --- a/functions/string/memchr.c +++ b/functions/string/memchr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memchr( const void *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memcmp.c b/functions/string/memcmp.c index cb1db58..6ed2427 100644 --- a/functions/string/memcmp.c +++ b/functions/string/memcmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memcmp( const void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memcpy.c b/functions/string/memcpy.c index dcdb49f..f42137c 100644 --- a/functions/string/memcpy.c +++ b/functions/string/memcpy.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memcpy( void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memmove.c b/functions/string/memmove.c index d291078..116e411 100644 --- a/functions/string/memmove.c +++ b/functions/string/memmove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memmove( void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/memset.c b/functions/string/memset.c index dc6a518..4ee2826 100644 --- a/functions/string/memset.c +++ b/functions/string/memset.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memset( void *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcat.c b/functions/string/strcat.c index bb7db50..42e6144 100644 --- a/functions/string/strcat.c +++ b/functions/string/strcat.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strcat( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strchr.c b/functions/string/strchr.c index 826d687..5f8db57 100644 --- a/functions/string/strchr.c +++ b/functions/string/strchr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strchr( const char *, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcmp.c b/functions/string/strcmp.c index 5202771..2edf7ee 100644 --- a/functions/string/strcmp.c +++ b/functions/string/strcmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strcmp( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index ebe9a45..7c8c180 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strcoll( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcpy.c b/functions/string/strcpy.c index 1fd3d32..68722fe 100644 --- a/functions/string/strcpy.c +++ b/functions/string/strcpy.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strcpy( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strcspn.c b/functions/string/strcspn.c index 5239d26..9d6663e 100644 --- a/functions/string/strcspn.c +++ b/functions/string/strcspn.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strcspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strerror.c b/functions/string/strerror.c index e050394..0ed494d 100644 --- a/functions/string/strerror.c +++ b/functions/string/strerror.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strerror( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strlen.c b/functions/string/strlen.c index c9ac465..4856d99 100644 --- a/functions/string/strlen.c +++ b/functions/string/strlen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strlen( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strncat.c b/functions/string/strncat.c index 5af5191..14f6af3 100644 --- a/functions/string/strncat.c +++ b/functions/string/strncat.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strncat( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strncmp.c b/functions/string/strncmp.c index ad9e620..1c73e99 100644 --- a/functions/string/strncmp.c +++ b/functions/string/strncmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strncmp( const char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strncpy.c b/functions/string/strncpy.c index efb6480..5868e7f 100644 --- a/functions/string/strncpy.c +++ b/functions/string/strncpy.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strncpy( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strnlen.c b/functions/string/strnlen.c index c5012e2..8a4bed5 100644 --- a/functions/string/strnlen.c +++ b/functions/string/strnlen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strnlen( const char *, size_t len ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strpbrk.c b/functions/string/strpbrk.c index 41211db..895e94b 100644 --- a/functions/string/strpbrk.c +++ b/functions/string/strpbrk.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strpbrk( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strrchr.c b/functions/string/strrchr.c index 527065b..7045ab9 100644 --- a/functions/string/strrchr.c +++ b/functions/string/strrchr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strrchr( const char *, int c ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strspn.c b/functions/string/strspn.c index a546e94..0cf90df 100644 --- a/functions/string/strspn.c +++ b/functions/string/strspn.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strstr.c b/functions/string/strstr.c index 461283a..002f5fb 100644 --- a/functions/string/strstr.c +++ b/functions/string/strstr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strstr( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strtok.c b/functions/string/strtok.c index b922085..e57507a 100644 --- a/functions/string/strtok.c +++ b/functions/string/strtok.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strtok( char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index db3ad48..cb115e2 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strxfrm( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/wchar/wcsncmp.c b/functions/wchar/wcsncmp.c index 7ca9a98..f84f459 100644 --- a/functions/wchar/wcsncmp.c +++ b/functions/wchar/wcsncmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* wcsncmp( const wchar_t *, const wchar_t *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/wchar/wcsrchr.c b/functions/wchar/wcsrchr.c index f91f998..ecaffe8 100644 --- a/functions/wchar/wcsrchr.c +++ b/functions/wchar/wcsrchr.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* wcsrchr( const wchar_t *, wchar_t ); This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/assert.h b/includes/assert.h index 0d06472..349c866 100644 --- a/includes/assert.h +++ b/includes/assert.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.2 Diagnostics This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/ctype.h b/includes/ctype.h index 638a87f..f0accf0 100644 --- a/includes/ctype.h +++ b/includes/ctype.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.4 Character handling This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/float.h b/includes/float.h index e72a31e..baac7e6 100644 --- a/includes/float.h +++ b/includes/float.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.7 Characteristics of floating types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/inttypes.h b/includes/inttypes.h index 32dd629..0c6830e 100644 --- a/includes/inttypes.h +++ b/includes/inttypes.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.8 Format conversion of integer types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/iso646.h b/includes/iso646.h index 80159fc..4fd338b 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.9 Alternative spellings This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/limits.h b/includes/limits.h index 998aa39..c81ddec 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.10 Sizes of integer types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/locale.h b/includes/locale.h index a304f5e..351807f 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.11 Localization This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdarg.h b/includes/stdarg.h index 202d372..bbce55a 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.15 Variable arguments This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdbool.h b/includes/stdbool.h index a01cc2f..afe5c74 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.16 Boolean type and values This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stddef.h b/includes/stddef.h index 1d5e3af..d18fcf6 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.17 Common definitions This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdint.h b/includes/stdint.h index 8699a2e..3516b96 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.18 Integer types This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdio.h b/includes/stdio.h index e6e178e..954644b 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.19 Input/output This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/stdlib.h b/includes/stdlib.h index 1151d1a..9ed464e 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.20 General utilities This file is part of the Public Domain C Library (PDCLib). diff --git a/includes/string.h b/includes/string.h index 27441df..fcb1f3d 100644 --- a/includes/string.h +++ b/includes/string.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.21 String handling This file is part of the Public Domain C Library (PDCLib). diff --git a/opt/malloc-solar/calloc.c b/opt/malloc-solar/calloc.c index a2dc21f..e711758 100644 --- a/opt/malloc-solar/calloc.c +++ b/opt/malloc-solar/calloc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void * calloc( size_t, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/opt/malloc-solar/free.c b/opt/malloc-solar/free.c index 4370487..71d6b0f 100644 --- a/opt/malloc-solar/free.c +++ b/opt/malloc-solar/free.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void free( void * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/opt/malloc-solar/malloc.c b/opt/malloc-solar/malloc.c index 991bdd5..65d4946 100644 --- a/opt/malloc-solar/malloc.c +++ b/opt/malloc-solar/malloc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void * malloc( size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/opt/malloc-solar/realloc.c b/opt/malloc-solar/realloc.c index 099ad5d..a7cc395 100644 --- a/opt/malloc-solar/realloc.c +++ b/opt/malloc-solar/realloc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void * realloc( void *, size_t ) This file is part of the Public Domain C Library (PDCLib). diff --git a/opt/tss_errno/errno.c b/opt/tss_errno/errno.c index cf91ac5..df07747 100644 --- a/opt/tss_errno/errno.c +++ b/opt/tss_errno/errno.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_errno This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/Readme.txt b/platform/example/Readme.txt index 5ec24bd..5cb83b5 100644 --- a/platform/example/Readme.txt +++ b/platform/example/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - "Example" Platform Overlay ========================== diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c index 2bfc8c9..6bc0efc 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_open.c b/platform/example/functions/_PDCLIB/_PDCLIB_open.c index b7b64fe..cd8bc64 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_open.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_open.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_open( char const * const, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/allocpages.c index bdcd525..922c8be 100644 --- a/platform/example/functions/_PDCLIB/allocpages.c +++ b/platform/example/functions/_PDCLIB/allocpages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/freepages.c b/platform/example/functions/_PDCLIB/freepages.c index c776876..6d0d72b 100644 --- a/platform/example/functions/_PDCLIB/freepages.c +++ b/platform/example/functions/_PDCLIB/freepages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/rename.c index a65715d..7d174da 100644 --- a/platform/example/functions/_PDCLIB/rename.c +++ b/platform/example/functions/_PDCLIB/rename.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/stdinit.c index 48259a8..6481c38 100644 --- a/platform/example/functions/_PDCLIB/stdinit.c +++ b/platform/example/functions/_PDCLIB/stdinit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_stdinit This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/signal/raise.c b/platform/example/functions/signal/raise.c index 8d7080b..51c787a 100644 --- a/platform/example/functions/signal/raise.c +++ b/platform/example/functions/signal/raise.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* raise( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/signal/signal.c b/platform/example/functions/signal/signal.c index aae95a9..9d22275 100644 --- a/platform/example/functions/signal/signal.c +++ b/platform/example/functions/signal/signal.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* signal( int sig, void (*func)( int ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdio/remove.c b/platform/example/functions/stdio/remove.c index 0c4f050..1e0ba4b 100644 --- a/platform/example/functions/stdio/remove.c +++ b/platform/example/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index 94351ca..9a5a3d7 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpfile( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdlib/getenv.c b/platform/example/functions/stdlib/getenv.c index a95171d..7120d8e 100644 --- a/platform/example/functions/stdlib/getenv.c +++ b/platform/example/functions/stdlib/getenv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index 2cf7534..88a76e0 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index 9f6a1a3..2d52993 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.14 Signal handling This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c index b0178c2..15fae5d 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c index 4851779..02678ff 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_allocpages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c index 285589f..6b13298 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_freepages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/signal/raise.c b/platform/gandr/functions/signal/raise.c index 8d7080b..51c787a 100644 --- a/platform/gandr/functions/signal/raise.c +++ b/platform/gandr/functions/signal/raise.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* raise( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/signal/signal.c b/platform/gandr/functions/signal/signal.c index aae95a9..9d22275 100644 --- a/platform/gandr/functions/signal/signal.c +++ b/platform/gandr/functions/signal/signal.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* signal( int sig, void (*func)( int ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/gandr/functions/stdio/remove.c b/platform/gandr/functions/stdio/remove.c index 0c4f050..1e0ba4b 100644 --- a/platform/gandr/functions/stdio/remove.c +++ b/platform/gandr/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/Readme.txt b/platform/posix/Readme.txt index 5ec24bd..5cb83b5 100644 --- a/platform/posix/Readme.txt +++ b/platform/posix/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - "Example" Platform Overlay ========================== diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c index 6efed71..6e24283 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c index cc5a173..ecfcefb 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c b/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c index 77b5918..4a1da0d 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_stdinit This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/signal/raise.c b/platform/posix/functions/signal/raise.c index 8d7080b..51c787a 100644 --- a/platform/posix/functions/signal/raise.c +++ b/platform/posix/functions/signal/raise.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* raise( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/signal/signal.c b/platform/posix/functions/signal/signal.c index d666b24..56aada5 100644 --- a/platform/posix/functions/signal/signal.c +++ b/platform/posix/functions/signal/signal.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* signal( int sig, void (*func)( int ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/stdio/remove.c b/platform/posix/functions/stdio/remove.c index d4a0184..c54f44e 100644 --- a/platform/posix/functions/stdio/remove.c +++ b/platform/posix/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/stdio/tmpfile.c b/platform/posix/functions/stdio/tmpfile.c index ad7aa7e..27c06ab 100644 --- a/platform/posix/functions/stdio/tmpfile.c +++ b/platform/posix/functions/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpfile( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/stdlib/getenv.c b/platform/posix/functions/stdlib/getenv.c index 4eb7010..e63cb53 100644 --- a/platform/posix/functions/stdlib/getenv.c +++ b/platform/posix/functions/stdlib/getenv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/functions/stdlib/system.c b/platform/posix/functions/stdlib/system.c index eb8db3d..dd94b77 100644 --- a/platform/posix/functions/stdlib/system.c +++ b/platform/posix/functions/stdlib/system.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/posix/includes/signal.h b/platform/posix/includes/signal.h index 9f6a1a3..2d52993 100644 --- a/platform/posix/includes/signal.h +++ b/platform/posix/includes/signal.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.14 Signal handling This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/Readme.txt b/platform/win32/Readme.txt index 5ec24bd..5cb83b5 100644 --- a/platform/win32/Readme.txt +++ b/platform/win32/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - "Example" Platform Overlay ========================== diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c index fa50a41..dc1cbb6 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c b/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c index 48e4bab..99b4278 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c b/platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c index 3d8a254..7d01a44 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c index af1ee52..13affa3 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_open( char const * const, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_rename.c b/platform/win32/functions/_PDCLIB/_PDCLIB_rename.c index cac1958..0ea277d 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_rename.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_rename.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_rename( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_stdinit.c b/platform/win32/functions/_PDCLIB/_PDCLIB_stdinit.c index b9c9109..d8f1774 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_stdinit.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_stdinit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_stdinit This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index ae1804a..3e0ebdb 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). @@ -56,4 +54,4 @@ int main( void ) return TEST_RESULTS; } -#endif \ No newline at end of file +#endif diff --git a/platform/win32/functions/signal/raise.c b/platform/win32/functions/signal/raise.c index 8d7080b..51c787a 100644 --- a/platform/win32/functions/signal/raise.c +++ b/platform/win32/functions/signal/raise.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* raise( int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/signal/signal.c b/platform/win32/functions/signal/signal.c index 5045c8c..dc0b8ce 100644 --- a/platform/win32/functions/signal/signal.c +++ b/platform/win32/functions/signal/signal.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* signal( int sig, void (*func)( int ) ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/stdio/remove.c b/platform/win32/functions/stdio/remove.c index 957a5ed..51b2b4f 100644 --- a/platform/win32/functions/stdio/remove.c +++ b/platform/win32/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/stdio/tmpfile.c b/platform/win32/functions/stdio/tmpfile.c index d670f23..c4b0976 100644 --- a/platform/win32/functions/stdio/tmpfile.c +++ b/platform/win32/functions/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpfile( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/stdlib/getenv.c b/platform/win32/functions/stdlib/getenv.c index a95171d..7120d8e 100644 --- a/platform/win32/functions/stdlib/getenv.c +++ b/platform/win32/functions/stdlib/getenv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/functions/stdlib/system.c b/platform/win32/functions/stdlib/system.c index 2cf7534..88a76e0 100644 --- a/platform/win32/functions/stdlib/system.c +++ b/platform/win32/functions/stdlib/system.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/win32/includes/signal.h b/platform/win32/includes/signal.h index 9f6a1a3..2d52993 100644 --- a/platform/win32/includes/signal.h +++ b/platform/win32/includes/signal.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.14 Signal handling This file is part of the Public Domain C Library (PDCLib). diff --git a/testing/_PDCLIB_iotest.h b/testing/_PDCLIB_iotest.h index c3118dc..f0b425d 100644 --- a/testing/_PDCLIB_iotest.h +++ b/testing/_PDCLIB_iotest.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* PDCLib testing suite <_PDCLIB_test.h> This file is part of the Public Domain C Library (PDCLib). diff --git a/testing/_PDCLIB_test.h b/testing/_PDCLIB_test.h index f380e61..056b80b 100644 --- a/testing/_PDCLIB_test.h +++ b/testing/_PDCLIB_test.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* PDCLib testing suite <_PDCLIB_test.h> This file is part of the Public Domain C Library (PDCLib).