/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

  1. typedef int wchar_t;
  2. int iswalpha(int c);
  3. int iswdigit(int c);
  4. int iswalnum(int c);
  5. int towlower(int c);
  6. int towupper(int c);
  7. int iswupper(int c);
  8. int iswlower(int c);
  9. int iswspace(int c);
  10. int iswpunct(int c);