Query: byte_rchr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
byte_rchr(3) Library Functions Manual byte_rchr(3)NAMEbyte_rchr - search for a byte in a stringSYNTAX#include <byte.h> size_t byte_rchr(const char *haystack,size_t len,char needle);DESCRIPTIONbyte_chr returns the largest integer i between 0 and len-1 inclusive such that one[i] equals needle. If no such integer exists, byte_chr returns len. byte_rchr may read all bytes one[0], one[1], ..., one[len-1], even if not all the bytes are relevant to the answer.SEE ALSObyte_chr(3) byte_rchr(3)
Related Man Pages |
---|
strcasestr(3) - mojave |
strstr(3) - mojave |
mb_strstr(3) - php |
iconv_strpos(3) - php |
iconv_strrpos(3) - php |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |