X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fisalpha.c;h=07e016b3cd8ac47e9847987063ecc63e77ea926d;hp=147fd5eb14e82b4ab59f991dcdacb5d6b2f897f6;hb=e1c526e9bad3f6e69391e94059096145390508d3;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049 diff --git a/functions/ctype/isalpha.c b/functions/ctype/isalpha.c index 147fd5e..07e016b 100644 --- a/functions/ctype/isalpha.c +++ b/functions/ctype/isalpha.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isalpha( int ) This file is part of the Public Domain C Library (PDCLib).