]> pd.if.org Git - pdclib.old/commit
Moved ctype info into struct lconv.
authorsolar <>
Wed, 29 Dec 2010 13:19:53 +0000 (13:19 +0000)
committersolar <>
Wed, 29 Dec 2010 13:19:53 +0000 (13:19 +0000)
commite883af7e93561cd536df68eaf837f523e3d2594b
treef191cab33a498e5481a54c116b26d1d4df46b20a
parent3a92b78272cd3f0f413bb1cfc0c77deef49967fd
Moved ctype info into struct lconv.
18 files changed:
functions/_PDCLIB/Readme.txt [changed mode: 0755->0644]
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
includes/locale.h
internals/_PDCLIB_int.h
platform/example/functions/_PDCLIB/stdinit.c