AVR C Runtime Library - Patches: patch #10171, Fix PRIi64 and friends
You are not allowed to post comments on this tracker with your current authentication level.
patch #10171: Fix PRIi64 and friends
Submitter: | Marian Buschsieweke <maribu> | ||
Submitted: | Thu 20 Jan 2022 12:41:31 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-01-20 | maribu | Attached File | - | ![]() |
Added 0001-Fix-PRIi64-and-friends.patch, #52700 |
- PRIi64 and friends should be provided when support for long long is
present in printf and scanf, that is
__avr_libc_does_not_implement_long_long_in_printf_or_scanf is not
defined. Apparently the double negation previously let to confusion
- Add Doxygen documentation to the defines and expose the code to
Doxygen