Changeset 69742 in vbox for trunk/include/iprt
- Timestamp:
- Nov 18, 2017 4:58:38 AM (7 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r69105 r69742 427 427 428 428 /** 429 * Formats error messages for a RTGetOpt default case. 430 * 431 * @returns On success, positive count of formatted character excluding the 432 * terminator. On buffer overflow, negative number giving the required 433 * buffer size (including terminator char). (RTStrPrintf2 style.) 434 * 435 * @param pszBuf The buffer to format into. 436 * @param cbBuf The size of the buffer @a pszBuf points to. 437 * @param ch The RTGetOpt return value. 438 * @param pValueUnion The value union returned by RTGetOpt. 439 */ 440 RTDECL(ssize_t) RTGetOptFormatError(char *pszBuf, size_t cbBuf, int ch, PCRTGETOPTUNION pValueUnion); 441 442 /** 429 443 * Parses the @a pszCmdLine string into an argv array. 430 444 * -
trunk/include/iprt/mangling.h
r69720 r69742 1005 1005 # define RTGetOptInit RT_MANGLER(RTGetOptInit) 1006 1006 # define RTGetOptNonOptionArrayPtr RT_MANGLER(RTGetOptNonOptionArrayPtr) 1007 # define RTGetOptFormatError RT_MANGLER(RTGetOptFormatError) 1007 1008 # define RTGetOptPrintError RT_MANGLER(RTGetOptPrintError) 1008 1009 # define RTHandleClose RT_MANGLER(RTHandleClose)
Note:
See TracChangeset
for help on using the changeset viewer.