Contents:
API Reference:
Test API Reference:
Gets a pointer to the rightmost path separator.
const char* c = fs_rsplit("./path/to/foo.txt");
path – [in] Some null-terminated path
A pointer to the rightmost separator.