Changeset 57927 in vbox
- Timestamp:
- Sep 28, 2015 2:07:50 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r57926 r57927 1460 1460 * @param psz Pointer to the current code point. 1461 1461 */ 1462 DECLINLINE(char *) RTLatin1PrevCp(const char *pszStart const char *psz)1462 DECLINLINE(char *) RTLatin1PrevCp(const char *pszStart, const char *psz) 1463 1463 { 1464 1464 if ((uintptr_t)psz > (uintptr_t)pszStart)
Note:
See TracChangeset
for help on using the changeset viewer.