Changeset 19072 in vbox for trunk/include/iprt
- Timestamp:
- Apr 21, 2009 12:52:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r19025 r19072 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. Must not be0. */106 * there isn't any short version of this option. Must be greater than 0. */ 107 107 int iShort; 108 108 /** The flags (RTGETOPT_*). */
Note:
See TracChangeset
for help on using the changeset viewer.