mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-29 07:58:30 -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.