Closed fiendish closed 9 years ago
localtime_r and asctime_r are POSIX only, but the original forms should be thread-safe in Windows because they use thread-local storage.
Yes, no, maybe?
localtime_r and asctime_r are POSIX only, but the original forms should be thread-safe in Windows because they use thread-local storage.