#113 closed defect (fixed)
libc: scanf("%lld", &lld)
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-frontend | Version: | 0.6 |
Severity: | normal | Keywords: | scanf longlong |
Cc: |
Description
'll' isn't recognized by scanf. This is a bug in _input.c, where 'll' isn't promoted to 'L'. While we're at it, support for 'z', 'hh' and similar should be added (already done for _output.c).
Change History (4)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
(In [2792]) Implemented the new length modifiers for *scanf. Adjusted the length modifier implementation for *printf. Fixes #113.