mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 09:22:52 -05: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.