Remove format specifiers PRI*

Registered by Kostja Osipov

Remove format specifiers, such as PRI_OFFT. In printf() functions, use explicit casts to int, long, long long or macros from inttypes.h. On the same token remove u8, u16, u32, u64 and use uint8_t, uint16_t, uint32_t and use types from stdint.h instead.

This is necessary for our Darwin port.

Blueprint information

Status:
Started
Approver:
Kostja Osipov
Priority:
Medium
Drafter:
None
Direction:
Approved
Assignee:
Aleksey Demakov
Definition:
New
Series goal:
None
Implementation:
Started
Milestone target:
None
Started by
Kostja Osipov

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.