str_rchr(3) Library Functions Manual str_rchr(3)NAMEstr_rchr - find character in ASCIIZ stringSYNTAX#include <str.h> size_t str_rchr(const char* haystack,char needle);DESCRIPTIONstr_rchr returns the index of the last occurrance of needle or the first occurrance of in string.SEE ALSOstrchr(3) str_rchr(3)
| Related Man Pages |
|---|
| strcasestr(3) - centos |
| strstr(3) - centos |
| strnstr(3) - mojave |
| strstr(3) - mojave |
| mb_stristr(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |