From b1fc26afebd4d557ff89a44bc21767a8704c3809 Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Wed, 16 Mar 2016 06:39:15 +0100 Subject: [PATCH] Comment cleanups. --- Makefile | 2 -- Notes.txt | 2 -- Readme.txt | 2 -- functions/_PDCLIB/Readme.txt | 2 -- functions/_PDCLIB/assert.c | 2 -- functions/_PDCLIB/atomax.c | 2 -- functions/_PDCLIB/closeall.c | 2 -- functions/_PDCLIB/digits.c | 2 -- functions/_PDCLIB/errno.c | 2 -- functions/_PDCLIB/filemode.c | 2 -- functions/_PDCLIB/prepread.c | 2 -- functions/_PDCLIB/prepwrite.c | 2 -- functions/_PDCLIB/print.c | 2 -- functions/_PDCLIB/scan.c | 2 -- functions/_PDCLIB/seed.c | 2 -- functions/_PDCLIB/stdarg.c | 2 -- functions/_PDCLIB/strtox_main.c | 2 -- functions/_PDCLIB/strtox_prelim.c | 2 -- functions/ctype/isalnum.c | 2 -- functions/ctype/isalpha.c | 2 -- functions/ctype/isblank.c | 2 -- functions/ctype/iscntrl.c | 2 -- functions/ctype/isdigit.c | 2 -- functions/ctype/isgraph.c | 2 -- functions/ctype/islower.c | 2 -- functions/ctype/isprint.c | 2 -- functions/ctype/ispunct.c | 2 -- functions/ctype/isspace.c | 2 -- functions/ctype/isupper.c | 2 -- functions/ctype/isxdigit.c | 2 -- functions/ctype/tolower.c | 2 -- functions/ctype/toupper.c | 2 -- functions/inttypes/imaxabs.c | 2 -- functions/inttypes/imaxdiv.c | 2 -- functions/inttypes/strtoimax.c | 2 -- functions/inttypes/strtoumax.c | 2 -- functions/locale/localeconv.c | 2 -- functions/locale/setlocale.c | 2 -- functions/stdio/clearerr.c | 2 -- functions/stdio/fclose.c | 2 -- functions/stdio/feof.c | 2 -- functions/stdio/ferror.c | 2 -- functions/stdio/fflush.c | 2 -- functions/stdio/fgetc.c | 2 -- functions/stdio/fgetpos.c | 2 -- functions/stdio/fgets.c | 2 -- functions/stdio/fopen.c | 2 -- functions/stdio/fprintf.c | 2 -- functions/stdio/fputc.c | 2 -- functions/stdio/fputs.c | 2 -- functions/stdio/fread.c | 2 -- functions/stdio/freopen.c | 2 -- functions/stdio/fscanf.c | 2 -- functions/stdio/fseek.c | 4 +--- functions/stdio/fsetpos.c | 2 -- functions/stdio/ftell.c | 2 -- functions/stdio/fwrite.c | 2 -- functions/stdio/getc.c | 2 -- functions/stdio/getchar.c | 2 -- functions/stdio/gets.c | 2 -- functions/stdio/perror.c | 2 -- functions/stdio/printf.c | 2 -- functions/stdio/putc.c | 2 -- functions/stdio/putchar.c | 2 -- functions/stdio/puts.c | 2 -- functions/stdio/rename.c | 2 -- functions/stdio/rewind.c | 2 -- functions/stdio/scanf.c | 2 -- functions/stdio/setbuf.c | 2 -- functions/stdio/setvbuf.c | 2 -- functions/stdio/snprintf.c | 2 -- functions/stdio/sprintf.c | 2 -- functions/stdio/sscanf.c | 2 -- functions/stdio/tmpnam.c | 2 -- functions/stdio/ungetc.c | 2 -- functions/stdio/vfprintf.c | 2 -- functions/stdio/vfscanf.c | 2 -- functions/stdio/vprintf.c | 4 +--- functions/stdio/vscanf.c | 4 +--- functions/stdio/vsnprintf.c | 4 +--- functions/stdio/vsprintf.c | 4 +--- functions/stdio/vsscanf.c | 4 +--- functions/stdlib/_Exit.c | 2 -- functions/stdlib/abort.c | 2 -- functions/stdlib/abs.c | 2 -- functions/stdlib/atexit.c | 2 -- functions/stdlib/atoi.c | 2 -- functions/stdlib/atol.c | 2 -- functions/stdlib/atoll.c | 2 -- functions/stdlib/bsearch.c | 2 -- functions/stdlib/calloc.c | 2 -- functions/stdlib/div.c | 2 -- functions/stdlib/exit.c | 2 -- functions/stdlib/free.c | 2 -- functions/stdlib/labs.c | 2 -- functions/stdlib/ldiv.c | 2 -- functions/stdlib/llabs.c | 2 -- functions/stdlib/lldiv.c | 2 -- functions/stdlib/malloc.c | 2 -- functions/stdlib/qsort.c | 2 -- functions/stdlib/rand.c | 2 -- functions/stdlib/realloc.c | 2 -- functions/stdlib/srand.c | 2 -- functions/stdlib/strtol.c | 2 -- functions/stdlib/strtoll.c | 2 -- functions/stdlib/strtoul.c | 2 -- functions/stdlib/strtoull.c | 2 -- functions/string/memchr.c | 2 -- functions/string/memcmp.c | 2 -- functions/string/memcpy.c | 2 -- functions/string/memmove.c | 2 -- functions/string/memset.c | 2 -- functions/string/strcat.c | 2 -- functions/string/strchr.c | 2 -- functions/string/strcmp.c | 2 -- functions/string/strcoll.c | 2 -- functions/string/strcpy.c | 2 -- functions/string/strcspn.c | 2 -- functions/string/strerror.c | 2 -- functions/string/strlen.c | 2 -- functions/string/strncat.c | 2 -- functions/string/strncmp.c | 2 -- functions/string/strncpy.c | 2 -- functions/string/strpbrk.c | 2 -- functions/string/strrchr.c | 4 +--- functions/string/strspn.c | 2 -- functions/string/strstr.c | 2 -- functions/string/strtok.c | 2 -- functions/string/strxfrm.c | 2 -- includes/assert.h | 4 +--- includes/ctype.h | 4 +--- includes/errno.h | 4 +--- includes/inttypes.h | 4 +--- includes/iso646.h | 4 +--- includes/limits.h | 4 +--- includes/locale.h | 4 +--- includes/stdarg.h | 4 +--- includes/stdbool.h | 4 +--- includes/stddef.h | 4 +--- includes/stdint.h | 4 +--- includes/stdio.h | 4 +--- includes/stdlib.h | 4 +--- includes/string.h | 4 +--- internals/_PDCLIB_aux.h | 2 -- internals/_PDCLIB_glue.h | 2 -- internals/_PDCLIB_int.h | 2 -- platform/example/Readme.txt | 2 -- platform/example/functions/_PDCLIB/_Exit.c | 2 -- platform/example/functions/_PDCLIB/allocpages.c | 2 -- platform/example/functions/_PDCLIB/close.c | 4 +--- platform/example/functions/_PDCLIB/fillbuffer.c | 4 +--- platform/example/functions/_PDCLIB/flushbuffer.c | 2 -- platform/example/functions/_PDCLIB/open.c | 2 -- platform/example/functions/_PDCLIB/rename.c | 2 -- platform/example/functions/_PDCLIB/seek.c | 2 -- platform/example/functions/_PDCLIB/stdinit.c | 2 -- platform/example/functions/signal/raise.c | 2 -- platform/example/functions/signal/signal.c | 4 +--- platform/example/functions/stdio/remove.c | 2 -- platform/example/functions/stdio/tmpfile.c | 2 -- platform/example/functions/stdlib/getenv.c | 2 -- platform/example/functions/stdlib/system.c | 2 -- platform/example/includes/float.h | 4 +--- platform/example/includes/signal.h | 4 +--- platform/example/internals/_PDCLIB_config.h | 2 -- platform/example_64/internals/_PDCLIB_config.h | 2 -- platform/example_cygwin/Makefile | 2 -- platform/example_cygwin/Readme.txt | 2 -- platform/example_cygwin/functions/_PDCLIB/_Exit.c | 2 -- platform/example_cygwin/functions/_PDCLIB/allocpages.c | 2 -- platform/example_cygwin/functions/_PDCLIB/close.c | 4 +--- platform/example_cygwin/functions/_PDCLIB/fillbuffer.c | 4 +--- platform/example_cygwin/functions/_PDCLIB/flushbuffer.c | 2 -- platform/example_cygwin/functions/_PDCLIB/open.c | 2 -- platform/example_cygwin/functions/_PDCLIB/rename.c | 2 -- platform/example_cygwin/functions/_PDCLIB/seek.c | 2 -- platform/example_cygwin/functions/_PDCLIB/stdinit.c | 2 -- platform/example_cygwin/functions/signal/raise.c | 2 -- platform/example_cygwin/functions/signal/signal.c | 4 +--- platform/example_cygwin/functions/stdio/remove.c | 2 -- platform/example_cygwin/functions/stdio/tmpfile.c | 2 -- platform/example_cygwin/functions/stdlib/getenv.c | 2 -- platform/example_cygwin/functions/stdlib/system.c | 2 -- platform/example_cygwin/includes/float.h | 4 +--- platform/example_cygwin/includes/signal.h | 4 +--- platform/example_cygwin/internals/_PDCLIB_config.h | 2 -- testing/_PDCLIB_iotest.h | 2 -- testing/_PDCLIB_test.h | 2 -- 188 files changed, 31 insertions(+), 407 deletions(-) diff --git a/Makefile b/Makefile index 301ac24..89a1d9e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# $Id$ - # This is where you chose which platform to compile for (see 'make links' / './platform') PLATFORM := example diff --git a/Notes.txt b/Notes.txt index 09b0b1b..2dc59c2 100644 --- a/Notes.txt +++ b/Notes.txt @@ -1,5 +1,3 @@ -$Id$ - Credits ======= diff --git a/Readme.txt b/Readme.txt index 0628fc6..14df1a6 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - PDCLib - Public Domain C Library ================================ 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/assert.c b/functions/_PDCLIB/assert.c index fb3d24b..c568d04 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/atomax.c b/functions/_PDCLIB/atomax.c index 45095e7..445696c 100644 --- a/functions/_PDCLIB/atomax.c +++ b/functions/_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/closeall.c b/functions/_PDCLIB/closeall.c index 71f6007..76bd788 100644 --- a/functions/_PDCLIB/closeall.c +++ b/functions/_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/digits.c b/functions/_PDCLIB/digits.c index ad41e5d..281e7f0 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_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/errno.c b/functions/_PDCLIB/errno.c index 7a69080..9eaf935 100644 --- a/functions/_PDCLIB/errno.c +++ b/functions/_PDCLIB/errno.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_errno This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/filemode.c b/functions/_PDCLIB/filemode.c index 0e293ab..d160f39 100644 --- a/functions/_PDCLIB/filemode.c +++ b/functions/_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/_PDCLIB/prepread.c b/functions/_PDCLIB/prepread.c index d2288c7..91bcdf4 100644 --- a/functions/_PDCLIB/prepread.c +++ b/functions/_PDCLIB/prepread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepread( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/prepwrite.c b/functions/_PDCLIB/prepwrite.c index 148e1c1..46f2d2f 100644 --- a/functions/_PDCLIB/prepwrite.c +++ b/functions/_PDCLIB/prepwrite.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepwrite( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 72db66b..40ec2a2 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_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/_PDCLIB/scan.c b/functions/_PDCLIB/scan.c index 6910aef..dc94e7f 100644 --- a/functions/_PDCLIB/scan.c +++ b/functions/_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/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index 98ecf96..14cd4f4 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_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/stdarg.c b/functions/_PDCLIB/stdarg.c index fb3f4d6..4fe975c 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/_PDCLIB/strtox_main.c b/functions/_PDCLIB/strtox_main.c index 1556ec4..0a8b27b 100644 --- a/functions/_PDCLIB/strtox_main.c +++ b/functions/_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/strtox_prelim.c b/functions/_PDCLIB/strtox_prelim.c index 29b7919..6ff75c1 100644 --- a/functions/_PDCLIB/strtox_prelim.c +++ b/functions/_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/ctype/isalnum.c b/functions/ctype/isalnum.c index f4969fa..ea59b4a 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 9dad397..6146111 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 cc29fa8..2ed5d0f 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 8c0a4f3..e81143d 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 b122f7e..76768f9 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 d623485..ccd677f 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 db0649d..2ea7613 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 50b0ad8..509fc78 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 4dfd52a..39fa59a 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 b443f6f..68c391e 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 5953946..acf7d06 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 7f5dfec..031c183 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 d051ba5..55d33cf 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 801c8ef..1a48eea 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/locale/localeconv.c b/functions/locale/localeconv.c index e23fb6a..3d5745a 100644 --- a/functions/locale/localeconv.c +++ b/functions/locale/localeconv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* localeconv( void ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/locale/setlocale.c b/functions/locale/setlocale.c index 9b08b93..0f4cb45 100644 --- a/functions/locale/setlocale.c +++ b/functions/locale/setlocale.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setlocale( int, const char * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/functions/stdio/clearerr.c b/functions/stdio/clearerr.c index af50f14..5664bbf 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 81b57c4..c33860a 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 d5cf188..95798ff 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 7ca531e..15d4d38 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 b8d32ec..67dba7c 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 29522c1..5afa422 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 248fb35..1287070 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 44518a3..8704741 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 7c0b81a..c69a605 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 62bff89..115c408 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 818d45f..c6120ed 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 2c5e1fa..efa893c 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 9f7d3fa..d1afc99 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 682e3c6..3765b2b 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 6c0c70b..ac3c3f0 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 ab6679b..167c186 100644 --- a/functions/stdio/fseek.c +++ b/functions/stdio/fseek.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* fseek( FILE *, long offset, int ) +/* fseek( FILE *, long, int ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/functions/stdio/fsetpos.c b/functions/stdio/fsetpos.c index 2082b48..6f68710 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 27e25ee..af6542c 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 e52b0fa..eee1256 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 a459c22..537f59b 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 1603728..db1bd3c 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 e59602e..486509d 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 23ce68b..d38a641 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 23536dd..a929662 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 60a4dba..4ea5b6f 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 4e2d6ae..1d3d432 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 ec67478..7937c0d 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 6b1e1b5..a3583e6 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 4dab8e9..1cc99a2 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 41501bc..baccf3e 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 fe83277..a253578 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 e3f9278..650a850 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 db6778c..dbb34fc 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 887c6fc..edfa1db 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 a9f5385..0627495 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 001735b..dd02959 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 cc6e7a6..72eb8bb 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 b9a6896..948afd7 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 48ad557..bd52175 100644 --- a/functions/stdio/vprintf.c +++ b/functions/stdio/vprintf.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* vprintf( const char *, va_list arg ) +/* vprintf( const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c index 0b9189d..eb8bedd 100644 --- a/functions/stdio/vscanf.c +++ b/functions/stdio/vscanf.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* vscanf( const char *, va_list arg ) +/* vscanf( const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 06536d1..dccd90e 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* vsnprintf( char *, size_t, const char *, va_list ap ) +/* vsnprintf( char *, size_t, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/functions/stdio/vsprintf.c b/functions/stdio/vsprintf.c index 3dfe3c2..54d1175 100644 --- a/functions/stdio/vsprintf.c +++ b/functions/stdio/vsprintf.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* vsprintf( char *, const char *, va_list ap ) +/* vsprintf( char *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/functions/stdio/vsscanf.c b/functions/stdio/vsscanf.c index 4300a3e..d79ec0b 100644 --- a/functions/stdio/vsscanf.c +++ b/functions/stdio/vsscanf.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* vsscanf( const char *, const char *, va_list arg ) +/* vsscanf( const char *, const char *, va_list ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. 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/calloc.c b/functions/stdlib/calloc.c index a2dc21f..e711758 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/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/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 2dbb35c..3030855 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/free.c b/functions/stdlib/free.c index 86044c0..04217e6 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void free( void * ) 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/malloc.c b/functions/stdlib/malloc.c index 0b0d6e3..9cdd689 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/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/functions/stdlib/qsort.c b/functions/stdlib/qsort.c index 3e349fb..b654c30 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/realloc.c b/functions/stdlib/realloc.c index 099ad5d..a7cc395 100644 --- a/functions/stdlib/realloc.c +++ b/functions/stdlib/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/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 16a5680..461f809 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 b0ced5d..2fa7867 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 4332170..55262c4 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/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..7387f22 100644 --- a/functions/string/strrchr.c +++ b/functions/string/strrchr.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* strrchr( const char *, int c ) +/* strrchr( const char *, int ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. 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 4f5e4a0..1d9e777 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/includes/assert.h b/includes/assert.h index 2b4b20f..ce5f7e6 100644 --- a/includes/assert.h +++ b/includes/assert.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.2 Diagnostics +/* Diagnostics This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/ctype.h b/includes/ctype.h index c82c26d..061e357 100644 --- a/includes/ctype.h +++ b/includes/ctype.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.4 Character handling +/* Character handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/errno.h b/includes/errno.h index fb813ee..b4c123d 100644 --- a/includes/errno.h +++ b/includes/errno.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.5 Errors +/* Errors This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/inttypes.h b/includes/inttypes.h index dc9af35..ae36980 100644 --- a/includes/inttypes.h +++ b/includes/inttypes.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.8 Format conversion of integer types +/* Format conversion of integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/iso646.h b/includes/iso646.h index a97817e..3b0c481 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.9 Alternative spellings +/* Alternative spellings This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/limits.h b/includes/limits.h index 7aa7c42..3c57bbb 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.10 Sizes of integer types +/* Sizes of integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/locale.h b/includes/locale.h index 474ee05..2e151f0 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.11 Localization +/* Localization This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stdarg.h b/includes/stdarg.h index 2ffc446..a25602b 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.15 Variable arguments +/* Variable arguments This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stdbool.h b/includes/stdbool.h index 66166e1..25dc513 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.16 Boolean type and values +/* Boolean type and values This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stddef.h b/includes/stddef.h index 44b9822..e89dcd0 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.17 Common definitions +/* Common definitions This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stdint.h b/includes/stdint.h index 417791e..653d153 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.18 Integer types +/* Integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stdio.h b/includes/stdio.h index 560b4f2..7616474 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.19 Input/output +/* Input/output This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/stdlib.h b/includes/stdlib.h index 1c8a936..b7f1c9b 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.20 General utilities +/* General utilities This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/includes/string.h b/includes/string.h index 495e605..053b34b 100644 --- a/includes/string.h +++ b/includes/string.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.21 String handling +/* String handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/internals/_PDCLIB_aux.h b/internals/_PDCLIB_aux.h index caa67cf..f71fd47 100644 --- a/internals/_PDCLIB_aux.h +++ b/internals/_PDCLIB_aux.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Auxiliary PDCLib code <_PDCLIB_aux.h> This file is part of the Public Domain C Library (PDCLib). diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 30532c9..f4363c4 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* OS glue functions declaration <_PDCLIB_glue.h> This file is part of the Public Domain C Library (PDCLib). diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index fc2b75b..77f5286 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* PDCLib internal integer logic <_PDCLIB_int.h> 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/_Exit.c b/platform/example/functions/_PDCLIB/_Exit.c index 5c95fca..4cfc666 100644 --- a/platform/example/functions/_PDCLIB/_Exit.c +++ b/platform/example/functions/_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/allocpages.c b/platform/example/functions/_PDCLIB/allocpages.c index 1463895..f5a3609 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/close.c b/platform/example/functions/_PDCLIB/close.c index c4b6173..b823a0c 100644 --- a/platform/example/functions/_PDCLIB/close.c +++ b/platform/example/functions/_PDCLIB/close.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_close( _PDCLIB_fd_t fd ) +/* _PDCLIB_close( _PDCLIB_fd_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example/functions/_PDCLIB/fillbuffer.c b/platform/example/functions/_PDCLIB/fillbuffer.c index 1d45025..f179a19 100644 --- a/platform/example/functions/_PDCLIB/fillbuffer.c +++ b/platform/example/functions/_PDCLIB/fillbuffer.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream ) +/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/flushbuffer.c index e68c6c4..713e903 100644 --- a/platform/example/functions/_PDCLIB/flushbuffer.c +++ b/platform/example/functions/_PDCLIB/flushbuffer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example/functions/_PDCLIB/open.c b/platform/example/functions/_PDCLIB/open.c index 2098dd3..fc02790 100644 --- a/platform/example/functions/_PDCLIB/open.c +++ b/platform/example/functions/_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/rename.c b/platform/example/functions/_PDCLIB/rename.c index a37eeb3..23f56d8 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/seek.c b/platform/example/functions/_PDCLIB/seek.c index 6944f78..66c328b 100644 --- a/platform/example/functions/_PDCLIB/seek.c +++ b/platform/example/functions/_PDCLIB/seek.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* int64_t _PDCLIB_seek( FILE *, int64_t, int ) 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 2554e9f..d581c19 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 e07877d..37aee7a 100644 --- a/platform/example/functions/signal/signal.c +++ b/platform/example/functions/signal/signal.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* signal( int sig, void (*func)( int ) ) +/* signal( int, void (*)( int ) ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example/functions/stdio/remove.c b/platform/example/functions/stdio/remove.c index 389df30..d3854ea 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 29750d4..c3bbab0 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 4eb7010..e63cb53 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 eb8db3d..dd94b77 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/float.h b/platform/example/includes/float.h index d10a730..f3f32a4 100644 --- a/platform/example/includes/float.h +++ b/platform/example/includes/float.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.7 Characteristics of floating types +/* Characteristics of floating types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index 5b9bef1..5d57fca 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.14 Signal handling +/* Signal handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 233a88c..88f8a15 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) diff --git a/platform/example_64/internals/_PDCLIB_config.h b/platform/example_64/internals/_PDCLIB_config.h index 92c2cd2..2a4979b 100644 --- a/platform/example_64/internals/_PDCLIB_config.h +++ b/platform/example_64/internals/_PDCLIB_config.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) diff --git a/platform/example_cygwin/Makefile b/platform/example_cygwin/Makefile index 267970f..347c5e6 100644 --- a/platform/example_cygwin/Makefile +++ b/platform/example_cygwin/Makefile @@ -1,5 +1,3 @@ -# $Id$ - # This is where you chose which platform to compile for (see 'make links' / './platform') PLATFORM := example_cygwin diff --git a/platform/example_cygwin/Readme.txt b/platform/example_cygwin/Readme.txt index 5ec24bd..5cb83b5 100644 --- a/platform/example_cygwin/Readme.txt +++ b/platform/example_cygwin/Readme.txt @@ -1,5 +1,3 @@ -$Id$ - "Example" Platform Overlay ========================== diff --git a/platform/example_cygwin/functions/_PDCLIB/_Exit.c b/platform/example_cygwin/functions/_PDCLIB/_Exit.c index 5c95fca..4cfc666 100644 --- a/platform/example_cygwin/functions/_PDCLIB/_Exit.c +++ b/platform/example_cygwin/functions/_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_cygwin/functions/_PDCLIB/allocpages.c b/platform/example_cygwin/functions/_PDCLIB/allocpages.c index 9ddca17..cf93971 100644 --- a/platform/example_cygwin/functions/_PDCLIB/allocpages.c +++ b/platform/example_cygwin/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_cygwin/functions/_PDCLIB/close.c b/platform/example_cygwin/functions/_PDCLIB/close.c index c4b6173..b823a0c 100644 --- a/platform/example_cygwin/functions/_PDCLIB/close.c +++ b/platform/example_cygwin/functions/_PDCLIB/close.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_close( _PDCLIB_fd_t fd ) +/* _PDCLIB_close( _PDCLIB_fd_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c b/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c index 29808b2..820ef45 100644 --- a/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c +++ b/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream ) +/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example_cygwin/functions/_PDCLIB/flushbuffer.c b/platform/example_cygwin/functions/_PDCLIB/flushbuffer.c index e68c6c4..713e903 100644 --- a/platform/example_cygwin/functions/_PDCLIB/flushbuffer.c +++ b/platform/example_cygwin/functions/_PDCLIB/flushbuffer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example_cygwin/functions/_PDCLIB/open.c b/platform/example_cygwin/functions/_PDCLIB/open.c index 4e7d2b9..24ce1c8 100644 --- a/platform/example_cygwin/functions/_PDCLIB/open.c +++ b/platform/example_cygwin/functions/_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_cygwin/functions/_PDCLIB/rename.c b/platform/example_cygwin/functions/_PDCLIB/rename.c index db38afd..ccfc780 100644 --- a/platform/example_cygwin/functions/_PDCLIB/rename.c +++ b/platform/example_cygwin/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_cygwin/functions/_PDCLIB/seek.c b/platform/example_cygwin/functions/_PDCLIB/seek.c index ace9439..77b7479 100644 --- a/platform/example_cygwin/functions/_PDCLIB/seek.c +++ b/platform/example_cygwin/functions/_PDCLIB/seek.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* int64_t _PDCLIB_seek( FILE *, int64_t, int ) This file is part of the Public Domain C Library (PDCLib). diff --git a/platform/example_cygwin/functions/_PDCLIB/stdinit.c b/platform/example_cygwin/functions/_PDCLIB/stdinit.c index af37f06..f4e915c 100644 --- a/platform/example_cygwin/functions/_PDCLIB/stdinit.c +++ b/platform/example_cygwin/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_cygwin/functions/signal/raise.c b/platform/example_cygwin/functions/signal/raise.c index 8d7080b..51c787a 100644 --- a/platform/example_cygwin/functions/signal/raise.c +++ b/platform/example_cygwin/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_cygwin/functions/signal/signal.c b/platform/example_cygwin/functions/signal/signal.c index 33722ac..1ab191b 100644 --- a/platform/example_cygwin/functions/signal/signal.c +++ b/platform/example_cygwin/functions/signal/signal.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* signal( int sig, void (*func)( int ) ) +/* signal( int, void (*)( int ) ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example_cygwin/functions/stdio/remove.c b/platform/example_cygwin/functions/stdio/remove.c index e27dd56..1817e30 100644 --- a/platform/example_cygwin/functions/stdio/remove.c +++ b/platform/example_cygwin/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_cygwin/functions/stdio/tmpfile.c b/platform/example_cygwin/functions/stdio/tmpfile.c index 3049260..705af2e 100644 --- a/platform/example_cygwin/functions/stdio/tmpfile.c +++ b/platform/example_cygwin/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_cygwin/functions/stdlib/getenv.c b/platform/example_cygwin/functions/stdlib/getenv.c index 4eb7010..e63cb53 100644 --- a/platform/example_cygwin/functions/stdlib/getenv.c +++ b/platform/example_cygwin/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_cygwin/functions/stdlib/system.c b/platform/example_cygwin/functions/stdlib/system.c index 2e0079a..685f430 100644 --- a/platform/example_cygwin/functions/stdlib/system.c +++ b/platform/example_cygwin/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_cygwin/includes/float.h b/platform/example_cygwin/includes/float.h index d10a730..f3f32a4 100644 --- a/platform/example_cygwin/includes/float.h +++ b/platform/example_cygwin/includes/float.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.7 Characteristics of floating types +/* Characteristics of floating types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example_cygwin/includes/signal.h b/platform/example_cygwin/includes/signal.h index 5b9bef1..5d57fca 100644 --- a/platform/example_cygwin/includes/signal.h +++ b/platform/example_cygwin/includes/signal.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.14 Signal handling +/* Signal handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. diff --git a/platform/example_cygwin/internals/_PDCLIB_config.h b/platform/example_cygwin/internals/_PDCLIB_config.h index 43e227d..383a6f9 100644 --- a/platform/example_cygwin/internals/_PDCLIB_config.h +++ b/platform/example_cygwin/internals/_PDCLIB_config.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) diff --git a/testing/_PDCLIB_iotest.h b/testing/_PDCLIB_iotest.h index 4cdc6d5..7e0e80b 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 1cb0222..7878ddb 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). -- 2.40.0