Changeset 25923 in vbox for trunk/include
- Timestamp:
- Jan 20, 2010 11:06:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r25645 r25923 256 256 * Strips the trailing slashes of a path name. 257 257 * 258 * Won't strip root slashes. 259 * 260 * @returns The new length of pszPath. 258 261 * @param pszPath Path to strip. 259 262 */ 260 RTDECL( void) RTPathStripTrailingSlash(char *pszPath);263 RTDECL(size_t) RTPathStripTrailingSlash(char *pszPath); 261 264 262 265 /**
Note:
See TracChangeset
for help on using the changeset viewer.