diff options
Diffstat (limited to 'src/wchar/wcscpy_s.c')
-rw-r--r-- | src/wchar/wcscpy_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcscpy_s.c b/src/wchar/wcscpy_s.c index c7ce17c0..f3c9206d 100644 --- a/src/wchar/wcscpy_s.c +++ b/src/wchar/wcscpy_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> errno_t wcscpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2) @@ -8,3 +10,6 @@ errno_t wcscpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict /* CEXT1(201112) */ + + +#endif |