*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> wmemcmp (3)              
Title
Content
Arch
Section
 

WMEMCMP(3)

Contents


NAME    [Toc]    [Back]

       wmemcmp - compare two arrays of wide-characters

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       int wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n);

DESCRIPTION    [Toc]    [Back]

       The  wmemcmp  function  is  the wide-character equivalent of the memcmp
       function. It compares the n wide-characters starting at s1  and	the  n
       wide-characters starting at s2.

RETURN VALUE    [Toc]    [Back]

       The  wmemcmp function returns zero if the wide-character arrays of size
       n at s1 and s2 are equal. It returns an integer greater than zero if at
       the  first differing position i (i < n), the corresponding wide-character
 s1[i] is greater than s2[i]. It returns an integer less  than  zero
       if  at  the first differing position i (i < n), the corresponding widecharacter
 s1[i] is less than s2[i].

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       memcmp(3), wcscmp(3)



GNU				  1999-07-25			    WMEMCMP(3)
[ Back ]
 Similar pages
Name OS Title
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
wmemset Linux fill an array of wide-characters with a constant wide character
wcspbrk Linux search a wide-character string for any of a set of wide characters
wcscspn Linux search a wide-character string for any of a set of wide characters
wcscmp Linux compare two wide-character strings
perllol OpenBSD Manipulating Arrays of Arrays in Perl
wcscoll FreeBSD compare wide strings according to current collation
wcscoll Tru64 Compare wide-character strings by using collation information
wcsncmp Linux compare two fixed-size wide-character strings
wcscasecmp Linux compare two wide-character strings, ignoring case
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service