Hacker News new | ask | show | jobs
by klodolph 3830 days ago
No one? I thought Microsoft implemented it, or at least an early version thereof.
1 comments

A very early version. Among other differences the functions don't care about RSIZE_MAX (even though newer VS versions define and use rsize_t). However the Windows SDK contains <strsafe.h> which does limit the length of strings (STRSAFE_MAX_CCH).

https://msdn.microsoft.com/en-us/library/windows/desktop/ms6...