]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcsrchr.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / wcsmbs / wcsrchr.c
index 72b04fb111b5ffcee11484e6f1d0f59ccbccfde5..32033be40b801c51336b72bd0283b60870ef8cbb 100644 (file)
@@ -24,9 +24,7 @@
 
 /* Find the last occurrence of WC in WCS.  */
 wchar_t *
-WCSRCHR (wcs, wc)
-     const wchar_t *wcs;
-     const wchar_t wc;
+WCSRCHR (const wchar_t *wcs, const wchar_t wc)
 {
   const wchar_t *retval = NULL;