]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcsncmp.c
Remove __get_clockfreq
[thirdparty/glibc.git] / wcsmbs / wcsncmp.c
index 4de2ca8c0a5abd960cef4b5fc13cc810fa02a854..efa8e69e37a89af17a9d5dea33f9432394516111 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
    if S1 is lexicographically less than, equal to or
    greater than S2.  */
 int
-WCSNCMP (s1, s2, n)
-     const wchar_t *s1;
-     const wchar_t *s2;
-     size_t n;
+WCSNCMP (const wchar_t *s1, const wchar_t *s2, size_t n)
 {
   wchar_t c1 = L'\0';
   wchar_t c2 = L'\0';