mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-18 07:15:32 -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.