Changeset 84239b1 in mainline for uspace/app/tmon/tests.c
- Timestamp:
- 2018-03-11T19:39:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3d47c97
- Parents:
- 850fd32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/tests.c
r850fd32 r84239b1 81 81 int c; 82 82 uint32_t duration_uint; 83 for (c = 0, optreset = 1, optind = 0; c != -1;) { 83 c = 0; 84 optreset = 1; 85 optind = 0; 86 while (c != -1) { 84 87 c = getopt_long(argc, argv, short_options, long_options, NULL); 85 88 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.