mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
322 B
12 lines
322 B
.TH str_rchr 3 |
|
.SH NAME |
|
str_rchr \- find character in ASCIIZ string |
|
.SH SYNTAX |
|
.B #include <str.h> |
|
|
|
extern int \fBstr_rchr\fP(const char* \fIhaystack\fR,char \fIneedle\fR); |
|
.SH DESCRIPTION |
|
str_rchr returns the index of the last occurrance of needle or the first |
|
occurrance of \\0 in \fIstring\fR. |
|
.SH "SEE ALSO" |
|
strchr(3)
|
|
|