Changeset 92600 in vbox for trunk/include/iprt
- Timestamp:
- Nov 25, 2021 6:47:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ctype.h
r82968 r92600 216 216 217 217 /** 218 * Converts the character to lower case if applic table.218 * Converts the character to lower case if applicable. 219 219 * 220 220 * @returns lower cased character or ch. … … 227 227 228 228 /** 229 * Converts the character to upper case if applic table.229 * Converts the character to upper case if applicable. 230 230 * 231 231 * @returns upper cased character or ch. … … 241 241 242 242 #endif /* !IPRT_INCLUDED_ctype_h */ 243
Note:
See TracChangeset
for help on using the changeset viewer.