Is there a definitive list of features that are thread safe in the Mac OS X implementation in the C standard library?
There is a good answer here regarding glibc and f*() functions, but I have not found such a resource regarding OS X Is there such a thing?
For example, strptime() and strftime() thread safe? printf() ? These are the ones that may have internal buffers that I would not want to mess up. :)
c thread-safety standard-library macos
Sedate alien
source share