Changeset 19025 in vbox for trunk/include/iprt
- Timestamp:
- Apr 20, 2009 1:39:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r18744 r19025 104 104 /** The short option character. 105 105 * This doesn't have to be a character, it may also be a \#define or enum value if 106 * there isn't any short version of this option. */106 * there isn't any short version of this option. Must not be 0. */ 107 107 int iShort; 108 108 /** The flags (RTGETOPT_*). */
Note:
See TracChangeset
for help on using the changeset viewer.