Query: str_chr
OS: debian
Section: 3
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
str_chr(3) Library Functions Manual str_chr(3)NAMEstr_chr - find character in ASCIIZ stringSYNTAX#include <str.h> size_t str_chr(const char* haystack,char needle);DESCRIPTIONstr_chr returns the index of the first occurrance of needle or in string.SEE ALSOstrchr(3) str_chr(3)
Related Man Pages |
---|
strcasestr_l(3) - mojave |
strstr(3) - redhat |
mb_strrichr(3) - php |
mb_strstr(3) - php |
iconv_strrpos(3) - php |
Similar Topics in the Unix Linux Community |
---|
char constants vs. hard-coding |
Matching 2 items in a string |
Using boost in program created by g++ |
NTP synchronised problem in our Centos 7.6 node |