NWLstrrchr
Locates the last occurrence of a character in a string
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
pnstr N_API NWLstrrchr (
const nstr N_FAR *string,
nint find);
uses netwin32
Function NWLstrrchr
(str : pnstr;
find : nint
) : pnstr;
NWLstrrchr searches backwards for the character specified in the find parameter.