X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fdigits.c;h=6f360646f65514c66a2c8859724edf3f3b676c47;hb=4045c52731204268642130c247afffb91f958293;hp=21a2b46ddf272425dd45b124d5ad29aa8e9aa8ba;hpb=12e17136786afb1775c9dc946cbe41f5e230c24a;p=pdclib.old diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/digits.c index 21a2b46..6f36064 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_PDCLIB/digits.c @@ -1,14 +1,12 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_digits This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -char _PDCLIB_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; +char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; #ifdef TEST