|
|
Copyright 1991 David Jurgens |
char *strrchr( const char *str, int c )
- prototype in string.h
- scans a string in reverse direction for specified character c
- strrchr finds the LAST occurrence of c in str
- returns pointer to LAST occurrence, or NULL if not found
|
|
Esc or Alt-X to exit |
strrchr |
Home/PgUp/PgDn/End ←↑↓→ |