Changeset 1433ecda in mainline for uspace/lib/c/include/getopt.h
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/getopt.h
r47b2d7e3 r1433ecda 61 61 extern int optreset; 62 62 63 int getopt_long(int, char * 63 int getopt_long(int, char *const *, const char *, 64 64 const struct option *, int *); 65 65 66 66 /* HelenOS Port : Expose legacy getopt() */ 67 int getopt(int, char * 67 int getopt(int, char *const [], const char *); 68 68 69 69 #endif /* !_GETOPT_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.