qc.hlp (Table of Contents; Topic list)
strrchr, _fstrrchr
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <string.h>
 
  Syntax:    char *strrchr( char *string, int c );
             char _far *_fstrrchr( char _far *string, int c );
 
  Returns:   a pointer to the last occurrence of <c> in <string1>, or
             NULL if <c> is not found.
 
  See also:  strchr, strcspn, strncat, strncmp, strncpy, strnicmp,
             strpbrk, strspn
                                    -♦-