]> pd.if.org Git - pdclib/commit
Moved ctype info into struct lconv.
authorsolar <unknown>
Wed, 29 Dec 2010 13:19:53 +0000 (13:19 +0000)
committersolar <unknown>
Wed, 29 Dec 2010 13:19:53 +0000 (13:19 +0000)
commit31bc073732a9303dd6f4813f0408cb2b9fcd0add
treef191cab33a498e5481a54c116b26d1d4df46b20a
parent36b77c1eaf2ffddb76ef8ed2e6acd046682875c7
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