strtok_s missing from reference guide?

I see the non-thread-safe (not even nested for-loop safe) strtok() listed on the reference guide. But I don't see the safer strtok_s() function mentioned. Could we add this?

Speaking of _s variants, I am curious about fscanf_s() and some similar functions that Visual Studio recommends as part of the "ISO" updates to the C specification. However, Clang does not appear to support those. So I am confused whether I should use them or not, as long as I want to support building my projects with Clang. Could someone shed some light on the state of the competing standards?
closed account (E0p9LyTq)
cplusplus is years out of date, a better reference is available at cppreference.

https://en.cppreference.com/w/c/string/byte/strtok
https://en.cppreference.com/w/c/io/fscanf
Topic archived. No new replies allowed.