|
NAMEmemcchr —
locate the complement of a byte in byte string
SYNOPSIS#include <sys/libkern.h>
void *
DESCRIPTIONThememcchr () function locates the first occurrence of a
byte unequal to c (converted to an
unsigned char) in string b.
RETURN VALUESThememcchr () function returns a pointer to the byte
located, or NULL if no such byte exists within len
bytes.
SEE ALSOmemchr(3)HISTORYThememcchr () function first appeared in
FreeBSD 10.0.
Visit the GSP FreeBSD Man Page Interface. |