]> pd.if.org Git - pdclib/commitdiff
Comment cleanups.
authorMartin Baute <solar@rootdirectory.de>
Wed, 16 Mar 2016 05:39:15 +0000 (06:39 +0100)
committerMartin Baute <solar@rootdirectory.de>
Wed, 16 Mar 2016 05:39:15 +0000 (06:39 +0100)
188 files changed:
Makefile
Notes.txt
Readme.txt
functions/_PDCLIB/Readme.txt
functions/_PDCLIB/assert.c
functions/_PDCLIB/atomax.c
functions/_PDCLIB/closeall.c
functions/_PDCLIB/digits.c
functions/_PDCLIB/errno.c
functions/_PDCLIB/filemode.c
functions/_PDCLIB/prepread.c
functions/_PDCLIB/prepwrite.c
functions/_PDCLIB/print.c
functions/_PDCLIB/scan.c
functions/_PDCLIB/seed.c
functions/_PDCLIB/stdarg.c
functions/_PDCLIB/strtox_main.c
functions/_PDCLIB/strtox_prelim.c
functions/ctype/isalnum.c
functions/ctype/isalpha.c
functions/ctype/isblank.c
functions/ctype/iscntrl.c
functions/ctype/isdigit.c
functions/ctype/isgraph.c
functions/ctype/islower.c
functions/ctype/isprint.c
functions/ctype/ispunct.c
functions/ctype/isspace.c
functions/ctype/isupper.c
functions/ctype/isxdigit.c
functions/ctype/tolower.c
functions/ctype/toupper.c
functions/inttypes/imaxabs.c
functions/inttypes/imaxdiv.c
functions/inttypes/strtoimax.c
functions/inttypes/strtoumax.c
functions/locale/localeconv.c
functions/locale/setlocale.c
functions/stdio/clearerr.c
functions/stdio/fclose.c
functions/stdio/feof.c
functions/stdio/ferror.c
functions/stdio/fflush.c
functions/stdio/fgetc.c
functions/stdio/fgetpos.c
functions/stdio/fgets.c
functions/stdio/fopen.c
functions/stdio/fprintf.c
functions/stdio/fputc.c
functions/stdio/fputs.c
functions/stdio/fread.c
functions/stdio/freopen.c
functions/stdio/fscanf.c
functions/stdio/fseek.c
functions/stdio/fsetpos.c
functions/stdio/ftell.c
functions/stdio/fwrite.c
functions/stdio/getc.c
functions/stdio/getchar.c
functions/stdio/gets.c
functions/stdio/perror.c
functions/stdio/printf.c
functions/stdio/putc.c
functions/stdio/putchar.c
functions/stdio/puts.c
functions/stdio/rename.c
functions/stdio/rewind.c
functions/stdio/scanf.c
functions/stdio/setbuf.c
functions/stdio/setvbuf.c
functions/stdio/snprintf.c
functions/stdio/sprintf.c
functions/stdio/sscanf.c
functions/stdio/tmpnam.c
functions/stdio/ungetc.c
functions/stdio/vfprintf.c
functions/stdio/vfscanf.c
functions/stdio/vprintf.c
functions/stdio/vscanf.c
functions/stdio/vsnprintf.c
functions/stdio/vsprintf.c
functions/stdio/vsscanf.c
functions/stdlib/_Exit.c
functions/stdlib/abort.c
functions/stdlib/abs.c
functions/stdlib/atexit.c
functions/stdlib/atoi.c
functions/stdlib/atol.c
functions/stdlib/atoll.c
functions/stdlib/bsearch.c
functions/stdlib/calloc.c
functions/stdlib/div.c
functions/stdlib/exit.c
functions/stdlib/free.c
functions/stdlib/labs.c
functions/stdlib/ldiv.c
functions/stdlib/llabs.c
functions/stdlib/lldiv.c
functions/stdlib/malloc.c
functions/stdlib/qsort.c
functions/stdlib/rand.c
functions/stdlib/realloc.c
functions/stdlib/srand.c
functions/stdlib/strtol.c
functions/stdlib/strtoll.c
functions/stdlib/strtoul.c
functions/stdlib/strtoull.c
functions/string/memchr.c
functions/string/memcmp.c
functions/string/memcpy.c
functions/string/memmove.c
functions/string/memset.c
functions/string/strcat.c
functions/string/strchr.c
functions/string/strcmp.c
functions/string/strcoll.c
functions/string/strcpy.c
functions/string/strcspn.c
functions/string/strerror.c
functions/string/strlen.c
functions/string/strncat.c
functions/string/strncmp.c
functions/string/strncpy.c
functions/string/strpbrk.c
functions/string/strrchr.c
functions/string/strspn.c
functions/string/strstr.c
functions/string/strtok.c
functions/string/strxfrm.c
includes/assert.h
includes/ctype.h
includes/errno.h
includes/inttypes.h
includes/iso646.h
includes/limits.h
includes/locale.h
includes/stdarg.h
includes/stdbool.h
includes/stddef.h
includes/stdint.h
includes/stdio.h
includes/stdlib.h
includes/string.h
internals/_PDCLIB_aux.h
internals/_PDCLIB_glue.h
internals/_PDCLIB_int.h
platform/example/Readme.txt
platform/example/functions/_PDCLIB/_Exit.c
platform/example/functions/_PDCLIB/allocpages.c
platform/example/functions/_PDCLIB/close.c
platform/example/functions/_PDCLIB/fillbuffer.c
platform/example/functions/_PDCLIB/flushbuffer.c
platform/example/functions/_PDCLIB/open.c
platform/example/functions/_PDCLIB/rename.c
platform/example/functions/_PDCLIB/seek.c
platform/example/functions/_PDCLIB/stdinit.c
platform/example/functions/signal/raise.c
platform/example/functions/signal/signal.c
platform/example/functions/stdio/remove.c
platform/example/functions/stdio/tmpfile.c
platform/example/functions/stdlib/getenv.c
platform/example/functions/stdlib/system.c
platform/example/includes/float.h
platform/example/includes/signal.h
platform/example/internals/_PDCLIB_config.h
platform/example_64/internals/_PDCLIB_config.h
platform/example_cygwin/Makefile
platform/example_cygwin/Readme.txt
platform/example_cygwin/functions/_PDCLIB/_Exit.c
platform/example_cygwin/functions/_PDCLIB/allocpages.c
platform/example_cygwin/functions/_PDCLIB/close.c
platform/example_cygwin/functions/_PDCLIB/fillbuffer.c
platform/example_cygwin/functions/_PDCLIB/flushbuffer.c
platform/example_cygwin/functions/_PDCLIB/open.c
platform/example_cygwin/functions/_PDCLIB/rename.c
platform/example_cygwin/functions/_PDCLIB/seek.c
platform/example_cygwin/functions/_PDCLIB/stdinit.c
platform/example_cygwin/functions/signal/raise.c
platform/example_cygwin/functions/signal/signal.c
platform/example_cygwin/functions/stdio/remove.c
platform/example_cygwin/functions/stdio/tmpfile.c
platform/example_cygwin/functions/stdlib/getenv.c
platform/example_cygwin/functions/stdlib/system.c
platform/example_cygwin/includes/float.h
platform/example_cygwin/includes/signal.h
platform/example_cygwin/internals/_PDCLIB_config.h
testing/_PDCLIB_iotest.h
testing/_PDCLIB_test.h

index 301ac24e1aa968101db18b8f0aa61aca11c62396..89a1d9e72fb3f5c15ac1d4f3da20affbc30e0afa 100644 (file)
--- 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
 
index 09b0b1bb05dbba2cf86a71aed880c0764cd61fdc..2dc59c21ea143df4b9f674af2b1ad52aa85f209a 100644 (file)
--- a/Notes.txt
+++ b/Notes.txt
@@ -1,5 +1,3 @@
-$Id$
-
 Credits
 =======
 
index 0628fc6a7b9ddced0f268356313cea13bed0aab9..14df1a62f8eddb8b6f5db0c1bf9774f7708f0025 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 PDCLib - Public Domain C Library
 ================================
 
index 797af9dc948674355447e3038b9822cd327254fb..46796879c09956c5c53225b8dbe6d4c2da0e42dc 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 This directory holds various "internals" of PDCLib:
 
 - definitions of helper functions not specified by the standard (hidden in the
index fb3d24bfb1260219dbc401b77c6418e5df933b6f..c568d04a07246a77e85436ef219b72594ef0053a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_assert( char const * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 45095e77256767070b35008dcc2119413b161a22..445696c2e41808c6e8e0b2a59640b909f88be531 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_atomax( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 71f600790f32d944fabb47263517eb137d20d1b8..76bd788fb6f7b75e7a4345c82b84133033d9a5aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_closeall( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index ad41e5d906bdd00a8df28aa3fec1dde30f8a4b0a..281e7f0a4a7c743e111cc1f24ce4fc264105c02e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_digits
 
    This file is part of the Public Domain C Library (PDCLib).
index 7a690800d45f92c6b492448f1b3238d77427c406..9eaf9358a7e4da250e5e018490648eb62755599c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_errno
 
    This file is part of the Public Domain C Library (PDCLib).
index 0e293aba2cfc55a6a4f1487b569b20efb8cd70c7..d160f39d3d6437c469d927143a89a9b6ea56d794 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_filemode( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d2288c7455d188e552c87c94410d47ca3059dd12..91bcdf4153d3b1467a0630de41ca0223b0752ab3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepread( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 148e1c144c0bcec02e88220e136210ecc73f02cb..46f2d2f436d1b06067bcc7003e8bbd82b0dec1af 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepwrite( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 72db66bed2590a275e9bb346a1bc5a06ff2c55e5..40ec2a2c7c88c62f08640107579edd667258ef16 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_print( const char *, struct _PDCLIB_status_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6910aef66f3b60586f16a164d395128a8615960e..dc94e7fc25856aa2576f3cab66d17a7889bb7e13 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_scan( const char *, struct _PDCLIB_status_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 98ecf96276099ac65d2ec2141f4df690c36b8952..14cd4f48de25e201960b4b2dce71823782ae8ddb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
index fb3f4d636cd2f8560545d6ca725946638515b5a0..4fe975c4f4af0e8acb503dd84138d9bc613ab397 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* stdarg
 
    This file is part of the Public Domain C Library (PDCLib).
index 1556ec4bab7a9a201740ae91de8ceb20aedb422a..0a8b27ba98bc0b4bcd9ffa0c78795ff137328dc2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_strtox_main( const char * *, int, _PDCLIB_uintmax_t, _PDCLIB_uintmax_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 29b79197598ace1a5890738a72b20f4052844660..6ff75c1282bf4021735e97e460e4f405d929d9cf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_strtox_prelim( const char *, char *, int * )
 
    This file is part of the Public Domain C Library (PDCLib).
index f4969fa20a48446a6d3181f66e770bbee2ea8a5e..ea59b4ad241979ef4b2555c8ab5521c881b73eaa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isalnum( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9dad397ea44798a7788932a6ec1a73ee60e56b8a..6146111f22fccd71861450406bde1a9659746896 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isalpha( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index cc29fa849048df2b19588b797efc92bc60e6b6bb..2ed5d0f0dee3f1877e3462ec862563668229d5db 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isblank( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 8c0a4f3164ef6a536d86802b6fae841e9b567e62..e81143de9da0e7e2d64e0892848216c48ab3cf70 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* iscntrl( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index b122f7ec5362434c48f80f44dac763da93a2ed23..76768f97eac82ef50755af86d21f666b8ed238ca 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isdigit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index d623485f02f6ee34b2372b4bd634aff68fd04a12..ccd677ffa3d2cb45ba061b24cd808388a32f2cf2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isgraph( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index db0649d1f0f28b754c78278adab855c8c48fec1d..2ea761343c62a1556d4da28863f5574905e539d9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* islower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 50b0ad85192d34530056a4d17ff81626e7c296ff..509fc784cb7b91e75b04119cc3bacc60a8f95610 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isprint( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4dfd52a7c749191d8fe339453829f0e1cab0d921..39fa59a35ef44dbe64de7614dd45de57efd8442a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ispunct( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index b443f6fc4acb7ff355982e3743454b042166941a..68c391ed9d73acecc709e12b64c23c339cd22d83 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isspace( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 59539469d7c90601639c2d294fcd891b32ab892c..acf7d067b7a559a5218ea6bc1e7dfafc8a370272 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isupper( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7f5dfec4d97e4c05a90f99f52138ee471613bd21..031c183922e6df3d2b0edbf2d79c73b0f0a79a39 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isxdigit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index d051ba5c67e7ce257c3409f58ede8785b1d77644..55d33cff9c6b44d45aeb8c49f75e89b692487c29 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tolower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 801c8ef55b18321cc5773b2d42bda2ff2561a2f2..1a48eead016746a3fe26bbe455797b659837d51c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* toupper( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9beda2bb527d04c99a0ca732f0d927ae0224e019..f6f38e8dc033dc338310907eba258033f66f0b04 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* imaxabs( intmax_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 94e69e23f93c30cd4e1bf19c8ec01c1053a133e4..4a89a6d3e863ca06b61b465bf795dc0bf7f0be2f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* lldiv( long long int, long long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4e48b52ce52fb2e6d259bd67efe1aea05682dc80..b7571f64f52618656ef8ee02dae42d7039761fe2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoimax( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c54cfce481ff087c0e234df85a121b37daab6f1e..22fb88fa625c07cb629b19b41edbe29ca0bcbb3f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoumax( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index e23fb6a3585d7f6f21398aa18a077d7f7a0dc267..3d5745ac8b0800dac66e0659e64082d95dbdf9cb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* localeconv( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9b08b93bf1f11084ae73ab26b92eb13d08c19ba4..0f4cb451391b7edc6fb101cbe44875f00b498453 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setlocale( int, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index af50f14f49531523784496424da245fec0c8c81f..5664bbfcd4b272ac7c5c1217a04f43054887a1be 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* clearerr( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 81b57c49a4b0c281c195596f9cda94fe7f42e326..c33860a11ce87741125834bfa5f45ee74fc2896e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fclose( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d5cf188d23811f105c4a7eb965078dfd19912086..95798ff32a7149880999640e708d0b74d0cdf3a6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* feof( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7ca531ed441bb00eec8b35e59370b6928f7aa798..15d4d3885503c0948109f88f42dded491f717a0e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ferror( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b8d32ec307d45b389d3a0fa37fb79263998e9f16..67dba7c8f2f6cb84bfe2c903fa33b5fe168624d1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fflush( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 29522c1d64ee50d917b963a26ae12e082a2fd5c5..5afa4222da6b79e39c02c972636674cdcdb39f4f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgetc( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 248fb356a0f07d5fb6ef91c904b97de758212ee4..128707054260fa415ad1bf8a7185b9e7ffcec5d3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgetpos( FILE * , fpos_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 44518a3e0b0f2552a8d5b1a47c81fb7fd3bf37f0..870474157d0d6b965f8f980a1d5f30b28583bfd6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgets( char *, int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7c0b81a6f660f47dec76c3bd676cb943c436538e..c69a60541e3f57059e778dbbd3283408cc2f497e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fopen( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 62bff89cc12c451ef9520db8f86d5c595cfb8892..115c4088f97df69e584990389e5a599efbb97772 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fprintf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 818d45f645057fe4c93954964eb6b9d4c526e098..c6120ed71b5b1767cc81888beb78094da20cc46c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fputc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2c5e1fa1e1d78b1ee7e17cd5410c1cf631536ffe..efa893ca1b9ff3d189b11a94609d04911056dca0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fputs( const char *, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9f7d3fa0e9135f57166e656469c6e09f2100dbe2..d1afc99be3016a720a7d2311e45f8315eaeaeaad 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fwrite( void *, size_t, size_t, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 682e3c6c1e8f4eee7e1839cf6e60ba2fb7f724dd..3765b2b8d99c35119f31a89e6246fe5e0042fe2a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* freopen( const char *, const char *, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6c0c70b10e7ee2c1f7789666ac835c90a45ed24c..ac3c3f0ed1761fff20289b8f077b8c5030da2b0e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fscanf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index ab6679bfb7ae590336b16abcb722ecd66971bfc6..167c18693800903bc71fb3f315363752ed96c0b5 100644 (file)
@@ -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.
index 2082b4824a74dddfc4ced451b53879a79c4cb3e4..6f68710c13430f3770499e9c94c8e40366e3d735 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fsetpos( FILE *, const fpos_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 27e25ee9e7f209ff247ff5a03417ef538538da5d..af6542c0d713edd797eaeb80a5fdc6aeb3379a7a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ftell( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index e52b0fa1880360bfc9577dc57547131276af7e86..eee125662b324b39eed5af25afe6b69695a5d457 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fwrite( const void *, size_t, size_t, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index a459c22abbc50fd3a35c7b01ceb33e861bfce980..537f59b5faebccd69f58a2684389dde9632d2080 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getc( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 16037287f9d166ada249d915bbd3c00492731a97..db1bd3c05f9ac4cdc3a0e2ff992795efca854e50 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getchar( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index e59602ea950d550a9c0c42435a5e935e4f468068..486509df63e23e2728064313bc8e3eb188ebe098 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gets( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 23ce68bd356cc11e997dcdabf4873b32156b2204..d38a641bb7e8a6ba3723b92aefc3269afe499faf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* perror( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 23536dd84e145761f7c29360dd1b13e4c9f2404b..a9296627dcda2d14b447bfa55939bc9fffa025a3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* printf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 60a4dba9294c296dd92fafd5c73f9d8a40ae0704..4ea5b6f9e27113e6d60619986a079940b7f4c3af 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* putc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4e2d6ae7c0717b34ab5a301cb7c8e40a8c288977..1d3d432c72393f507135637b9e5a6445980a811b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* putchar( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index ec67478ddace2d36a2d303c8e3943d71b4955891..7937c0d45ff4709511f54f16684c05962f8a4177 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* puts( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6b1e1b592f23bff2f62f2a6150c7e5c211cae75f..a3583e67571bd8b72b20f992aed6ebcc73ed1d55 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4dab8e9e2cbe9943392011876bf9723a060005b9..1cc99a2e45d6dc3bb08f0157c88b44cc572fc5fe 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rewind( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 41501bc0a735c5b77c3ddf04b8f919e13fd377d5..baccf3e25dd16eb56fce8c9411688603a7265ec8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* scanf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index fe83277586bfbca905781d63a83dbd01e444ca1a..a2535783e2bebcde6374041e2a3afa5443585999 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setbuf( FILE *, char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index e3f9278aed159a316ab9e3da1883ff52ee12767e..650a8505518fb5a6e77b00723882d9967bad7b75 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setvbuf( FILE *, char *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index db6778cc780fa6c635b1893763f846a03252923d..dbb34fceee038c409c431a9b11858e6ab92897cb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* snprintf( char *, size_t, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index 887c6fcfa610f86c4f749fc51c63b131503fc83a..edfa1dbda90cd54d3664638a32b154c4fac5f515 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sprintf( char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index bf0ea5599c7d80f618d72736ba052a65b2930eb5..88876328d76dfc4abe2dfce10c01b58c9ca8b572 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sscanf( const char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
index a9f5385c1e0723e45eba248a1e44091a14a3553c..06274951300ba962a80decff6e3d009ea69b1166 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpnam( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 001735b533c04361648b2c3eb5475cdced99faac..dd0295917e4af81cdee2334f33e4a90f73656e8e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ungetc( int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
index cc6e7a6e40388f9c65a187c3df3bea8e7e3dff8c..72eb8bb466b47abceeb49fcd4a14ff28ccb12089 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vfprintf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index b9a6896ed7a54381b9e95a692486a3e881db0304..948afd73d0cb05185b9828bd407b168f1310eb0a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vfscanf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
index 48ad5576e08f150705d40c12ab8e156ee2f0f2f1..bd5217525c2dcb5e0ec7f442d13c34ac1ad187d4 100644 (file)
@@ -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.
index 0b9189d69c9ab21f60e89ab3224e4c059304f01f..eb8bedd9d6169168e26ac9d6138504c13b399d67 100644 (file)
@@ -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.
index 06536d177ff5e84c4765ff3c120caa7bc62a8242..dccd90e719d5ccdf67713df42fcad3e27ed3f8e3 100644 (file)
@@ -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.
index 3dfe3c208505fefd5a99bfe8031d10bc92870efe..54d11750bb1d13e419c9a7fba2ba458510684e8a 100644 (file)
@@ -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.
index 4300a3eb4d9b10720cd5c702f95fed28e8702911..d79ec0ba72908b843f59c6fa5166cda8d43e97e4 100644 (file)
@@ -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.
index 3244f93e2978a0d7776e12f60a6c102e71a089be..24351c906491967ad4c31aef50ded4876e5ac1fb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _Exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 13d92de6a5de4a26c03f19d5a24768244de3d00d..1847771262a72e8e6a26e2580bc21b9c646d48c7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* abort( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index da6aa9f2ea7f6fffed48f66a39f950b8b87a5b84..688b48bb22ad1bd25451c942379f1025e6ba570e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* abs( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a81a8cb6ec34f06e1e8174959430c8573afdbc84..a2c1598dd7b1371d97c85f7f2d0d9de17db2aea4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atexit( void (*)( void ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index c7c5c29a3821d673184dea1d5e0c1d74ec7d5244..c815b60b52feefb935018f751dc80277cf431316 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atoi( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 00ce4474dd3cdbb1943b58cf3554107773c99502..234f8919c76fb1ef02ffe28317e2ff211e54020c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index fcd44adc169dc5bd131c78a727244c9535319e26..36f7a56d4fbd158f6cd542bb7918f54a9c481b38 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atoll( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ab93b94782284e7a1414aa9b5176a50203965a3c..335b4f6acad60035a560234613b0e2faa5f32530 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index a2dc21ffdccfdf31336d911607cdea0411f31316..e7117580a7e3f8f8e7275c2593600d3433b38b98 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * calloc( size_t, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index b80c5c9411627ad3f353b32bc9aa643bcab40178..f1523fc99b5dda62db2c8afd9e9e01c622680aa2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* div( int, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2dbb35c600f37c8f9ce846f8b761ef02065708d7..3030855af8c222e43b59120310b24e83cabb0513 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 86044c0f5bad66e629312b4513f791c6ab19859c..04217e68e86eb0821331450292853bda3885d9cc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void free( void * )
 
    This file is part of the Public Domain C Library (PDCLib).
index e2119de94afb097471d1c662c804eb247e32a2e8..10ae52b9f2c1839c0cabba0136326827f69fb3db 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* labs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 7b9feee2028b7d7613480977a4d9590995f8add0..b3e761f856b72a01c5a9bc99fdcf928a8f723c04 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ldiv( long int, long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6dde97b163f8fe4ec5ffd5a6c9c8e4e59e1eeefe..0aa8172dbc19ccde486073055afa16487b565b9a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* llabs( long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 423d119ffb2feb859f022d32c39f7b5a08382c96..e9d43d0673f457c4c8daa4f197a1789d34f78a1b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* lldiv( long long int, long long int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 0b0d6e3c0920b9a9f6a94f832bcc594d621ee1b0..9cdd6895dfefd391b7be9a09ce04bf2f2c85e571 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * malloc( size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3e349fb683179a2adbe9553c24a447256d1dede5..b654c309ccae1493aaf87efc0aaecd4a231555cd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* qsort( void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).
index 40d782448421c4e1201fe31b7dd97aff3c16d94c..2090b9ae6b7c46f1f41ec5d80cf54fecbd126dcc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rand( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 099ad5dd170ea1251c4562d62bf70a295102bcc6..a7cc395d21a9f39d3669e4c7f4637c13f643c451 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* void * realloc( void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 14422330c72591023334b89e7125143ce67a7201..5127fd9698426c7da2c484ec6a9085a350a0a290 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* srand( unsigned int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 367b6789fdd44e75d53f048be3a17b3741951ad2..53c185238e898ca0e455e7a802dd20095bb56209 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtol( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index bc952c7fd1fe4a9130c32cbd1a3e7632e495bd37..076515210bb4808d622e3dcc0b972d00647383df 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoll( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4b2fd3d208ec56c49f0e5ef4553992184c37125c..c134aa2288e4a0036930d5a67cd37a8f98d9f237 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoul( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a28bb45d5ef7c7fca86e85feae554d3e45a320b9..fa866fc78a73c54cff232a528e29ad6b8e80e8ca 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoull( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index fac50549cf0d0b9bf7041786737ca355f5cdde6a..3ed04a0138c772a422ab55f204e6dab1e14fcb7a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memchr( const void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index cb1db581d15fec92093c15ef1cc26da5d9b0f3bc..6ed242712ba7a993fcc25802f4322392b5df59cf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memcmp( const void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index dcdb49f8fdc2178a5fa8503c1d19aa41493c450d..f42137c1cdbce4c5b80ca1dbfdc8ab18ff3b5500 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memcpy( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index d291078feeed6dfa1dd6ee3a24dcd2ab6676a9c5..116e411b950b49820fe41da91b8306a7118161d7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memmove( void *, const void *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index dc6a518737c0cd368b553452df136b772ee1405a..4ee2826df79c300c856fd4cfa58214430de9c4a2 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* memset( void *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index bb7db50abc62203fa62473b4a98b74b6f33ec56d..42e6144e334988d4f5afd117492c454d7293ffbb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcat( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 826d6875122d91052095636823f57bfd06087510..5f8db573773410349c8fd16eb5b812254bef0eb6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strchr( const char *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5202771a67d52f266000746cf63c7608cd9b7682..2edf7eef9043da27e1d0e330b27d4bc1d58d72aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcmp( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 16a5680b610c14ea5aaf078f60ced375095753b8..461f80925311ff1e429b3b37e9507a241143dc58 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcoll( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 1fd3d32b9357c7d7265a0b1ad094e788e6accfea..68722feaf4e8b18eda8b84a5e88051ef777dd775 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcpy( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5239d26f635cd4fdfd20a535b54bcd51d37541a3..9d6663ebcfb59267c5f9fb23a561dc8fd5bc7c42 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b0ced5dba5d308ba904276973f32c53575004009..2fa786734834b62a70f30f9619a1e5ab950b1c6c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strerror( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index c9ac46568e17a30d15ab84efded6320f36459a4f..4856d99502254f07569e494c7103ebe183709122 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strlen( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 5af5191d30f57fd6b177311a9034c0ac4254dbd4..14f6af3f3dc1145c8d8b954d2505177a9e77eb6f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncat( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 43321709ee515a0d4fcc1380b0bf2b8e0d250d26..55262c49a067472cd6abe4b1ad42cd5cbe2115ec 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncmp( const char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index efb6480468391a0bf35fae0e8001bee7d0d5c1d9..5868e7f36509ab20b95360af383b6bbb269dc4a1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strncpy( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 41211dbd55970a8b09a898490065ac3e9b6a114c..895e94bd3a124510faf20506aa996622a9d377b0 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strpbrk( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 527065baaab25f612d3674c5998071a6bbd16230..7387f22f0e1953687154e312e030d0c80a9f8a82 100644 (file)
@@ -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.
index a546e94f45ce9cd6c0e74e5b828b3472eb314788..0cf90df051ecbbcce66c8345fcd38119635d5afd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strspn( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 461283ac49f81fbf62fe929d2ba8a3bb73652881..002f5fb04f0fd9b1ae321177e5af8ad3f943558d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strstr( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index b922085ce38ac19ed423bfc29d97ce95d636e3eb..e57507a890476f98a9f4e78de417cf506ec3e2fc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtok( char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4f5e4a099bb1902f502b26dce62faa77ef1dce97..1d9e77762b78a53a8dd07a9e1b0c0f082d74eb0b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strxfrm( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2b4b20fc9544dc3596423c8bcb5d3b0d58969447..ce5f7e62ee061e3ebc8143031966f8f325d9f0df 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.2 Diagnostics <assert.h>
+/* Diagnostics <assert.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index c82c26d7f1881a7a0699fe452e14cb55fb4d5f1b..061e3575ada8f9e7cb7db5189603deab54993d32 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.4 Character handling <ctype.h>
+/* Character handling <ctype.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index fb813eec46a638a99d6f5c02b375b2cf2409de66..b4c123d24684a3bb0abecfb1ffc06757635bacea 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.5 Errors <errno.h>
+/* Errors <errno.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index dc9af3540b99894c3bb7acfb5138f31b3a43681b..ae369805b6f323861562b80545805c7ea9f497f3 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.8 Format conversion of integer types <inttypes.h>
+/* Format conversion of integer types <inttypes.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index a97817ec3f92a0b1ab5f42febe0105625deb5f40..3b0c481700ddd375f739fae35068a30a81df5807 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.9 Alternative spellings <iso646.h>
+/* Alternative spellings <iso646.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 7aa7c424052b99ab3f0c62b95cf6825a29ac78c4..3c57bbb1ddcbaa536892829870754fa51a287d01 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.10 Sizes of integer types <limits.h>
+/* Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 474ee052f4c27c6075f2bf96ca120949d3fd48bd..2e151f053ce2b9571f7ad75680edad2d37547876 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.11 Localization <locale.h>
+/* Localization <locale.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 2ffc4460dacff2b56a0f45a05a61303df819c002..a25602b7db9a9c3d3739b6bde8becb7139e40104 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.15 Variable arguments <stdarg.h> 
+/* Variable arguments <stdarg.h> 
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 66166e16deea21a6e783fe77e2615f3fe31a7612..25dc513ead123f3f2ed1042d6ad5d068b3452424 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.16 Boolean type and values <stdbool.h>
+/* Boolean type and values <stdbool.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 44b98225c84bf562bea7cf0a14fcda9237c3d93e..e89dcd020a903c71eb709e00f831c2c4eaea7dfe 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.17 Common definitions <stddef.h>
+/* Common definitions <stddef.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 417791e3981268b217d4501fc05bf5337738012f..653d15363cbac92e96e674007b50c0d942413318 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.18 Integer types <stdint.h>
+/* Integer types <stdint.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 560b4f2687b4fcaafa077ea852db748181f4e1a5..7616474434e5e6b3f6036f4bad6d554c79486243 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.19 Input/output <stdio.h>
+/* Input/output <stdio.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 1c8a93601d62433278347ca83f251c4bfc5f0364..b7f1c9bb3ee85c7d35dbb4720fd181d60624cb2a 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.20 General utilities <stdlib.h>
+/* General utilities <stdlib.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 495e60530b39b08ea0b1be8c78c5694f3f63b00b..053b34bd2bb0389180a5bfcbb9ecaa01c6f49cf1 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.21 String handling <string.h>
+/* String handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index caa67cfedb09043af9a0f6bdfb43bae996b73a6a..f71fd47f8e5563db83e21c130cbc92c365117915 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Auxiliary PDCLib code <_PDCLIB_aux.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 30532c92023dbd000352c21c07de7c8b4047ad26..f4363c40925c1db3d7be94d9efc96d882151cd35 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* OS glue functions declaration <_PDCLIB_glue.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index fc2b75bdd00e5a25c7dead5b965cfd6968590536..77f52868c29409fc52e3e963c2ca17c321066953 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib internal integer logic <_PDCLIB_int.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 5ec24bd601b548f876b83cf858c28596e871f43e..5cb83b5e0c0e7218de53843841cc622b8170a14f 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 "Example" Platform Overlay
 ==========================
 
index 5c95fca8c03379452931b1fda5beaa6b9e38afb3..4cfc6660b4c659d46ec5598005998592183c2176 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 1463895c74ea1b6ea7932d46be825106ef32b0cf..f5a3609b244184f79c4ae549b40a76e33ab4d69e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index c4b61738794444b55c1a5e387c6c7bf5315c68b0..b823a0c40523abf1f7f0eb78681ad1a6cfa3be48 100644 (file)
@@ -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.
index 1d450259e55ee8721b3a92b0172ec8a77cd20869..f179a19274f9abb243895fff34435738ffff3661 100644 (file)
@@ -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.
index e68c6c49041875243d7e983211b682e0e4bbd28c..713e903f7390cd1e7c8c5559d5c00c7cc577972d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2098dd360a866b65db4a7f9a5c5a249d4f72020c..fc02790826c1ee913212b7670ab1f01aecbb5597 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_open( char const * const, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index a37eeb3464ed74a22d30a4ee4fbd7280479b1a8c..23f56d81fb8e2e8dfbc94e2dc9959d3fbba1288f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 6944f787856c621308777f35ef6bc9262176307d..66c328bbd0eecded9703cd96cf69f95d8639a44f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* int64_t _PDCLIB_seek( FILE *, int64_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2554e9fe8c702df81ef0806765ebc6e43ce3255a..d581c19e630d790f3c78a742053aa25da48ebb56 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_stdinit
 
    This file is part of the Public Domain C Library (PDCLib).
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index e07877d248f49e579d491121d220c8860bd0ded7..37aee7ab56fc291dac80b7fd15c207a4b2db6bbf 100644 (file)
@@ -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.
index 389df301be224d6945d6b8a250f7e31a82ca7543..d3854ea6871e63c8f8c3fcb1e0507743c17201fc 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 29750d46b2a7757cf785c10fa9756dfc98503622..c3bbab05307859e52c971cb412146e7589e7ec71 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4eb70102e54614867676813e30ba6a4d8ec18184..e63cb53b35ec9a5fefc733d6e7d41f18e348a05b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index eb8db3dbd9022f6b80f39881289ed95e3c820d1f..dd94b772561f21cb22e9c635d33ae7aa474da107 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d10a730954e47721263fa35ec5302806e0a70bdc..f3f32a4bfc7bfd9c90e36249fa0230a627506e9c 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.7 Characteristics of floating types <float.h>
+/* Characteristics of floating types <float.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 5b9bef1c1295b4a7a32fe688bb0efbd5f071fc20..5d57fcaaaa6a302793dd5c682f4088a392bdd6a4 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.14 Signal handling <string.h>
+/* Signal handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 233a88c8490cbb188efd0a1552b51c8f6ea5f79d..88f8a15d7144918e72a05cae5ffca560162a7e09 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Internal PDCLib configuration <_PDCLIB_config.h>
    (Generic Template)
 
index 92c2cd2d24d3bfded1b84a41f8da5f044d822adf..2a4979bcb3f683495ece4658bceb0f8026a87c04 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Internal PDCLib configuration <_PDCLIB_config.h>
    (Generic Template)
 
index 267970f85f757c55ed8c781b21bd095d3aae85c5..347c5e6e5a52e44f32da3cac1dab9dd25d8dfbfb 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 # This is where you chose which platform to compile for (see 'make links' / './platform')
 PLATFORM := example_cygwin
 
index 5ec24bd601b548f876b83cf858c28596e871f43e..5cb83b5e0c0e7218de53843841cc622b8170a14f 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 "Example" Platform Overlay
 ==========================
 
index 5c95fca8c03379452931b1fda5beaa6b9e38afb3..4cfc6660b4c659d46ec5598005998592183c2176 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 9ddca173121c8a53baa623df813d3cbab75536d8..cf939712799f11f928759b67b5438e5fae03d9b8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
index c4b61738794444b55c1a5e387c6c7bf5315c68b0..b823a0c40523abf1f7f0eb78681ad1a6cfa3be48 100644 (file)
@@ -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.
index 29808b2b6f973a39135250e1364122ebd1dd0d9c..820ef45a737a140440eb54e7e4b6e7cbd2587de2 100644 (file)
@@ -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.
index e68c6c49041875243d7e983211b682e0e4bbd28c..713e903f7390cd1e7c8c5559d5c00c7cc577972d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4e7d2b979369b6d000d946907efe3f9bf862a53a..24ce1c8f1cb88e6889d20ebbf348025cd0fe5dff 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_open( char const * const, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index db38afdfc91898a8fbf445c08403ea1248f8b07c..ccfc7807d4ebc4c5b5e67be03453cc553d238d58 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index ace9439a4067139c1e936892b5717dd0560f4c56..77b74792e3823603fe46874b8d0176c4570ceb38 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* int64_t _PDCLIB_seek( FILE *, int64_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
index af37f069c2e74cea62b79bec20e028a5e93a9e73..f4e915cb84433c988748d00dd3b5e9a4a2176895 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_stdinit
 
    This file is part of the Public Domain C Library (PDCLib).
index 8d7080b143e5b2e476e53c0cb0cf2605df49fd76..51c787a2db16da958b3658c8040f924bdd4a9674 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* raise( int )
 
    This file is part of the Public Domain C Library (PDCLib).
index 33722aceb65e5d14d38fd411af9f2b5c80a01d7f..1ab191b6c7c327e5c0f1414054b2ab57fa4221bc 100644 (file)
@@ -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.
index e27dd56efe2cfcfc83167a9cfb87753ea5797c13..1817e30fbcdc83c671969061a8b9eb032e0960bb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 3049260a5d332dfcc29681030b2685731ba52c0f..705af2e3670a1bddd9fc1b901f279eff6d9a28e6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
index 4eb70102e54614867676813e30ba6a4d8ec18184..e63cb53b35ec9a5fefc733d6e7d41f18e348a05b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index 2e0079a449d942178badaedf8d98a285e842d95d..685f4306710054d97712f7cb50e3dd1cc9418a35 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
index d10a730954e47721263fa35ec5302806e0a70bdc..f3f32a4bfc7bfd9c90e36249fa0230a627506e9c 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.7 Characteristics of floating types <float.h>
+/* Characteristics of floating types <float.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 5b9bef1c1295b4a7a32fe688bb0efbd5f071fc20..5d57fcaaaa6a302793dd5c682f4088a392bdd6a4 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.14 Signal handling <string.h>
+/* Signal handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
index 43e227d710536b6cdcacbf1f5c4f46273ee75f87..383a6f9ecd8f88e9c5817212068c1400da6677c4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Internal PDCLib configuration <_PDCLIB_config.h>
    (Generic Template)
 
index 4cdc6d5c7039a7176da29d37fc8e4a003bf0d992..7e0e80b50077f2b0cc67c7808d9bfe9438b58fdb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib testing suite <_PDCLIB_test.h>
 
    This file is part of the Public Domain C Library (PDCLib).
index 1cb0222a19cc356dc707d7e6292a64112531f2cc..7878ddbf360aa3ce66e140034b29235589d4bf93 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* PDCLib testing suite <_PDCLIB_test.h>
 
    This file is part of the Public Domain C Library (PDCLib).