]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/digits.c
Temporary proof-of-concept for printf() output conversions.
[pdclib] / functions / _PDCLIB / digits.c
index 21a2b46ddf272425dd45b124d5ad29aa8e9aa8ba..6f360646f65514c66a2c8859724edf3f3b676c47 100644 (file)
@@ -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