34 #define TF_DIRNAME_CC_VERSION \ 45 std::string
dirname(
const std::string& path)
47 unsigned int n=path.length()+2;
49 std::strncpy(p, path.c_str(), n);
50 std::string retval(::
dirname(p));
std::string dirname(const std::string &path)
return path with its last non-slash component removed
Namespace containing all code of library libtfxx.