SmartAudio/package/avs/libsensory/files/wrapper/chk/wcscpy_chk.c

7 lines
148 B
C
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
#include <wchar.h>
#include "fortify.h"
wchar_t *__wcscpy_chk(wchar_t *restrict d, const wchar_t *restrict s, size_t dn)
{
return wcscpy(d, s);
}