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