summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/quick_exit_test.cpp
AgeCommit message (Collapse)Author
2024-05-31[libc] added quick_exit function (#93620)RoseZhang03
- In /libc/src/__support/ OSUtil, changed quick_exit to just exit, and put in namespace LIBC_NAMESPACE::internal. - In /libc/src/stdlib added quick_exit - Added test files for quick_exit