summaryrefslogtreecommitdiff
path: root/libc/src/stdio/generic/perror.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.