Flipper Developer Docs
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
i
m
n
p
r
s
t
v
Enumerations
a
b
c
d
e
f
g
i
n
o
p
r
s
v
Enumerator
c
e
f
g
i
n
o
r
s
v
Macros
_
d
e
f
r
v
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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