X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fctype.c;h=390e39bbc5e2a5226a0a8ee056601aef7a4c89be;hb=758f3c180e9f4548d0834dadfe3d126ca04be4f9;hp=14bdeda67821dcd14d434b78de2b8f18d9d2771f;hpb=01c6dd59ad83087e6952078b205818933fe0b9f4;p=fw%2Fpdclib diff --git a/functions/ctype.c b/functions/ctype.c index 14bdeda..390e39b 100644 --- a/functions/ctype.c +++ b/functions/ctype.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ int isalnum( int c ) { /* TODO */ }; int isalpha( int c ) { /* TODO */ };