Changeset 5912 in vbox for trunk/include/iprt/getopt.h
- Timestamp:
- Dec 2, 2007 9:32:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r5911 r5912 155 155 * that require an argument, this contains the value of that argument, depending on the type that is required. 156 156 */ 157 RTDECL(int) RTGetOpt(int argc, c onst char *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion);157 RTDECL(int) RTGetOpt(int argc, char *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion); 158 158 159 159 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.