Contents:
API Reference:
Test API Reference:
Gets the base name of path.
const char* basename = fs_basename("./foo.txt");
path – [in] Some null-terminated path
A pointer to the base name.