Changeset 86026 in vbox for trunk/include/iprt/getopt.h
- Timestamp:
- Sep 3, 2020 5:06:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r82968 r86026 362 362 * @returns IPRT error status on parse error. 363 363 * @returns VINF_GETOPT_NOT_OPTION when encountering a non-option argument and 364 * RTGETOPT _FLAG_SORT was not specified. pValueUnion->psz points to the365 * argument string.364 * RTGETOPTINIT_FLAGS_OPTS_FIRST was not specified. pValueUnion->psz 365 * points to the argument string. 366 366 * @returns VERR_GETOPT_UNKNOWN_OPTION when encountering an unknown option. 367 367 * pValueUnion->psz points to the option string.
Note:
See TracChangeset
for help on using the changeset viewer.