Changeset 33911 in vbox for trunk/include
- Timestamp:
- Nov 9, 2010 4:18:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67567
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r33540 r33911 225 225 * @param cOptions Number of array items passed in with paOptions. 226 226 * @param iFirst The argument to start with (in argv). 227 * @param fFlags The flags . MBZ for now.227 * @param fFlags The flags, see RTGETOPTINIT_FLAGS_XXX. 228 228 */ 229 229 RTDECL(int) RTGetOptInit(PRTGETOPTSTATE pState, int argc, char **argv,
Note:
See TracChangeset
for help on using the changeset viewer.