Changeset dc12262 in mainline for uspace/lib/posix/source/stdio/scanf.c
- Timestamp:
- 2017-05-04T22:12:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e141281
- Parents:
- 93ad8166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio/scanf.c
r93ad8166 rdc12262 466 466 case 'S': 467 467 *modifier = LMOD_l; 468 /* fallthrough */468 /* Fallthrough */ 469 469 case 's': 470 470 return 1; 471 471 case 'C': 472 472 *modifier = LMOD_l; 473 /* fallthrough */473 /* Fallthrough */ 474 474 case 'c': 475 475 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.