summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/perror_test.cpp
AgeCommit message (Collapse)Author
2025-06-12[libc] Implement perror (#143624)Michael Jones
The perror function writes an error message directly to stderr. This patch adds an implementation, tests, and header generation details.