mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
sys/fmt: Add print_s64_dec to header
This commit is contained in:
parent
d7f3e92c30
commit
c84c34c005
@ -475,6 +475,15 @@ void print_u64_hex(uint64_t val);
|
|||||||
*/
|
*/
|
||||||
void print_u64_dec(uint64_t val);
|
void print_u64_dec(uint64_t val);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Print int64 value as decimal to stdout
|
||||||
|
*
|
||||||
|
* @note This uses fmt_s64_dec(), which uses ~400b of code.
|
||||||
|
*
|
||||||
|
* @param[in] val Value to print
|
||||||
|
*/
|
||||||
|
void print_s64_dec(uint64_t val);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Print float value
|
* @brief Print float value
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user