diff options
Diffstat (limited to 'src/wchar/wcscat.c')
-rw-r--r-- | src/wchar/wcscat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcscat.c b/src/wchar/wcscat.c index 8ffec24f..24fb008c 100644 --- a/src/wchar/wcscat.c +++ b/src/wchar/wcscat.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> wchar_t * wcscat(wchar_t * restrict s1, const wchar_t * restrict s2) @@ -9,3 +11,6 @@ wchar_t * wcscat(wchar_t * restrict s1, const wchar_t * restrict s2) /* STDC(199409) */ + + +#endif |