Manual Pages for UNIX Darwin command on man memchr
MyWebUniversity

Manual Pages for UNIX Darwin command on man memchr

MEMCHR(3) BSD Library Functions Manual MEMCHR(3)

NAME

mmeemmcchhrr - locate byte in byte string

LLIIBBRRAARRYY

Standard C Library (libc, -lc)

SYNOPSIS

##iinncclluuddee <>

void * mmeemmcchhrr(const void *b, int c, sizet len);

DESCRIPTION

The mmeemmcchhrr() function locates the first occurrence of c (converted to an unsigned char) in string b.

RETURN VALUES

The mmeemmcchhrr() function returns a pointer to the byte located, or NULL if no such byte exists within len bytes.

SEE ALSO

strchr(3), strcspn(3), strpbrk(3), strrchr(3), strsep(3), strspn(3), strstr(3), strtok(3) STANDARDS The mmeemmcchhrr() function conforms to ISO/IEC 9899:1990 (``ISO C90''). BSD June 4, 1993 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™