Issue 185136
Summary [libc] Implement wctype classification functions
Labels good first issue, libc
Assignees
Reporter michaelrj-google
    The internal implementation for these functions is complete, now they just need their entrypoints.
Here's the list of functions:

- [ ] iswlower
- [ ] iswupper
- [ ] iswdigit
- [ ] iswalpha
- [ ] iswalnum
- [ ] iswspace
- [ ] iswblank
- [ ] iswgraph
- [ ] iswprint
- [ ] iswxdigit
- [ ] iswcntrl
- [ ] iswpunct

Please take one at a time. Comment below if you would like to take one. 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to