#include
-
strrchrdescconst char* strrchr(const char* str, int ch);Gets a pointer to the last character of the string (which includes the terminating character)
strrchr
desc
const char* strrchr(const char* str, int ch);
Gets a pointer to the last character of the string (which includes the terminating character)