Flipper Developer Docs
Loading...
Searching...
No Matches
float_tools.h
1
#pragma once
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
#include <stdbool.h>
8
15
bool
float_is_equal(
float
a,
float
b);
16
17
#ifdef __cplusplus
18
}
19
#endif
lib
toolbox
float_tools.h
Generated by
1.12.0