]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcsstr.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / wcsmbs / wcsstr.c
index a62c29eaecbff52436aac159b10432e3d5ff153e..4fbc7eab9b955bd31b4010c10b10b257ed23563d 100644 (file)
@@ -29,9 +29,7 @@
 #include <wchar.h>
 
 wchar_t *
-wcsstr (haystack, needle)
-     const wchar_t *haystack;
-     const wchar_t *needle;
+wcsstr (const wchar_t *haystack, const wchar_t *needle)
 {
   wchar_t b, c;