Changeset f538ef3 in mainline for uspace/lib/c/generic/getopt.c
- Timestamp:
- 2017-09-23T11:41:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75c3830
- Parents:
- bd1745f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/getopt.c
rbd1745f rf538ef3 34 34 #include <assert.h> 35 35 #include <stdarg.h> 36 #include <stdio.h> 36 37 #include <stdlib.h> 37 38 #include <stddef.h> 38 #include <err.h>39 39 #include <errno.h> 40 40 #include <getopt.h>
Note:
See TracChangeset
for help on using the changeset viewer.