/native/external/espeak/platforms/riscos/h/wctype
http://eyes-free.googlecode.com/ · #! · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 88fa45ca10967fca6f79ff647963af12 MD5 · raw file
- typedef int wchar_t;
- int iswalpha(int c);
- int iswdigit(int c);
- int iswalnum(int c);
- int towlower(int c);
- int towupper(int c);
- int iswupper(int c);
- int iswlower(int c);
- int iswspace(int c);
- int iswpunct(int c);