diff options
Diffstat (limited to 'src/wchar/wcsncat.c')
-rw-r--r-- | src/wchar/wcsncat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsncat.c b/src/wchar/wcsncat.c index 8dccba65..f2085747 100644 --- a/src/wchar/wcsncat.c +++ b/src/wchar/wcsncat.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> wchar_t * wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n) @@ -10,3 +12,6 @@ wchar_t * wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n) /* STDC(199409) */ + + +#endif |