logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

str_rchr - find character in ASCIIZ string

Description

       str_rchr returns the index of the last occurrance of needle or the first occurrance of \0 in string.

Name

       str_rchr - find character in ASCIIZ string

See Also

strchr(3)

                                                                                                     str_rchr(3)

Syntax

#include<libowfat/str.h>

       size_t str_rchr(const char* haystack,char needle);

See Also