Changeset 944
- Timestamp:
- Jan 11, 2004, 4:17:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/getopt.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r943 r944 38 38 */ 39 39 40 /** @file 41 * FreeBSD 5.1 42 * @changed bird: Added two GNU apis for libiberty. 43 */ 44 40 45 #ifndef _GETOPT_H_ 41 46 #define _GETOPT_H_ … … 69 74 int getopt_long __P((int, char * const *, const char *, 70 75 const struct option *, int *)); 76 77 /* bird - start: these are provided thru libiberty. */ 78 int getopt_long_only __P((int argc, char *const *, const char *, 79 const struct option *, int *)); 80 int _getopt_internal __P((int, char *const *, const char *, 81 const struct option *, int *, int)); 82 /* bird - end */ 83 71 84 __END_DECLS 72 85 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.