Changeset 21628 in vbox for trunk/include/iprt
- Timestamp:
- Jul 15, 2009 8:57:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r20739 r21628 184 184 /** Check that the string is zero terminated within the given size. 185 185 * VERR_BUFFER_OVERFLOW will be returned if the check fails. */ 186 #define RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED RT_BIT_32(0)186 #define RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED ((uint32_t) 1) 187 187 /** @} */ 188 188
Note:
See TracChangeset
for help on using the changeset viewer.