src icon indicating copy to clipboard operation
src copied to clipboard

Determine if we want to implement appendix K C functions in the standard (C11/C17)

Open laffer1 opened this issue 1 year ago • 0 comments
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

laffer1 avatar Jan 24 '24 21:01 laffer1