Changeset 8226984 in git
- Timestamp:
- Apr 25, 2007, 6:23:14 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- fae142a6e0cefa43495ceaec3de0a33aa0b2aa59
- Parents:
- 1878d23b53fee4dd8e6a425266344fba58ac9803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/fegetopt.h
r1878d23 r8226984 101 101 #define optional_argument 2 102 102 103 #if __STDC__ || defined(PROTO) 104 /* #if defined(__GNU_LIBRARY__)*/ 105 /* Many other libraries have conflicting prototypes for getopt, with 106 differences in the consts, in stdlib.h. To avoid compilation 107 errors, only prototype getopt for the GNU C library. */ 103 #if defined(__STDC__) || defined(PROTO) || defined(__cplusplus) 108 104 extern int fe_getopt (int argc, char *const *argv, const char *shortopts); 109 /* #endif */110 105 extern int fe_getopt_long (int argc, char *const *argv, const char *shortopts, 111 106 const struct fe_option *longopts, int *longind);
Note: See TracChangeset
for help on using the changeset viewer.