summaryrefslogtreecommitdiff
path: root/libc/src/time/localtime_r.cpp
AgeCommit message (Collapse)Author
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
This is an implementation for template functions of localtime. Update for this pull request: Implementation as been removed from this pull request and will be added to a new one. This is because this pull request is getting big. This pull request will only contain template functions in order to implement localtime. Update: The implementation is available in https://github.com/zimirza/llvm-project/tree/localtime_implementation. --------- Co-authored-by: Зишан Мирза <zmirza@tutanota.de> Co-authored-by: Zishan Mirza <zmirza@posteo.de>