src
src copied to clipboard
Determine if we want to implement appendix K C functions in the standard (C11/C17)
trafficstars
These include things like strcpy_s that microsoft came up with. They are optional.
Here's an example implmenetation in mit license. https://github.com/rurban/safeclib