MidnightBSD / src

MidnightBSD OS source code
https://www.midnightbsd.org/
Other
55 stars 6 forks source link

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

Open laffer1 opened 10 months ago

laffer1 commented 10 months ago

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