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

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

WCSCHR(3)

Contents


NAME    [Toc]    [Back]

       wcschr - search a wide character in a wide-character string

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcschr (const wchar_t *wcs, wchar_t wc);

DESCRIPTION    [Toc]    [Back]

       The  wcschr  function  is  the  wide-character equivalent of the strchr
       function. It searches the first occurrence of wc in the	wide-character
       string pointed to by wcs.

RETURN VALUE    [Toc]    [Back]

       The  wcschr function returns a pointer to the first occurrence of wc in
       the wide-character string pointed to by wcs, or NULL  if  wc  does  not
       occur in the string.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       strchr(3), wcsrchr(3), wcspbrk(3), wcsstr(3), wmemchr(3)



GNU				  1999-07-25			     WCSCHR(3)
[ Back ]
 Similar pages
Name OS Title
wcscspn Linux search a wide-character string for any of a set of wide characters
wcspbrk Linux search a wide-character string for any of a set of wide characters
wmemchr Linux search a wide character in a wide-character array
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
setcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
curs_getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
fold_string_w Tru64 maps one wide-character string to another, performing the specified Unicode character transformation
wcsrtombs NetBSD converts a wide character string to a multibyte character string (restartable)
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service