VirtualBox

Changeset 25923 in vbox for trunk/include


Ignore:
Timestamp:
Jan 20, 2010 11:06:27 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56757
Message:

RTPathStripTrailingSlash: testcase + extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r25645 r25923  
    256256 * Strips the trailing slashes of a path name.
    257257 *
     258 * Won't strip root slashes.
     259 *
     260 * @returns The new length of pszPath.
    258261 * @param   pszPath     Path to strip.
    259262 */
    260 RTDECL(void) RTPathStripTrailingSlash(char *pszPath);
     263RTDECL(size_t) RTPathStripTrailingSlash(char *pszPath);
    261264
    262265/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette