Flipper Developer Docs
Loading...
Searching...
No Matches
pretty_format.h
1
#pragma once
2
3
#include <
core/string.h
>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
#define PRETTY_FORMAT_FONT_BOLD "\e#"
10
#define PRETTY_FORMAT_FONT_MONOSPACE "\e*"
11
20
void
pretty_format_bytes_hex_canonical(
21
FuriString
* result,
22
size_t
num_places,
23
const
char
* line_prefix,
24
const
uint8_t* data,
25
size_t
data_size);
26
27
#ifdef __cplusplus
28
}
29
#endif
string.h
Furi string container.
FuriString
Definition
string.c:4
lib
toolbox
pretty_format.h
Generated by
1.12.0