]> pd.if.org Git - pdclib.old/commit
PDCLIB-3 implement isw* functions
authorOwen Shepherd <owen.shepherd@e43.eu>
Sat, 16 Mar 2013 19:46:26 +0000 (19:46 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sat, 16 Mar 2013 19:46:26 +0000 (19:46 +0000)
commit413652866bccc24177217e63e38ed1f8932e6d24
treeb45653460af8128d83254bf509b0f74ef53e1f06
parent17723aaba8dc3144b3b3699660714d34d71c3cd1
PDCLIB-3 implement isw* functions
12 files changed:
functions/wctype/iswalnum.c [new file with mode: 0644]
functions/wctype/iswalpha.c [new file with mode: 0644]
functions/wctype/iswblank.c [new file with mode: 0644]
functions/wctype/iswcntrl.c [new file with mode: 0644]
functions/wctype/iswdigit.c [new file with mode: 0644]
functions/wctype/iswgraph.c [new file with mode: 0644]
functions/wctype/iswlower.c [new file with mode: 0644]
functions/wctype/iswprint.c [new file with mode: 0644]
functions/wctype/iswpunct.c [new file with mode: 0644]
functions/wctype/iswspace.c [new file with mode: 0644]
functions/wctype/iswupper.c [new file with mode: 0644]
functions/wctype/iswxdigit.c [new file with mode: 0644]