This address https://github.com/llvm/llvm-project/issues/62000.
Header stdio.h is included because EOF define there.
The loop condition changed from <255 to <=255 to include EOF.
Differential D147873
[libc] Add a test condition for EOF in ctype xgupta on Apr 9 2023, 12:13 AM. Authored by
Details
This address https://github.com/llvm/llvm-project/issues/62000. Header stdio.h is included because EOF define there.
Diff Detail
Event Timeline |