mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04:00
Not all platforms have support for strnlen (e.g. cygwin) as this is a non-standard function. This patch provides a custom implementation of strnlen for these platforms.