mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-04 05:42:34 +00:00
Add stdbool.h
This commit is contained in:
parent
8ce1f34233
commit
a16992a893
1
base58.h
1
base58.h
@ -25,6 +25,7 @@
|
|||||||
#define __BASE58_H__
|
#define __BASE58_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
int base58_encode_check(const uint8_t *data, int len, char *str, int strsize);
|
int base58_encode_check(const uint8_t *data, int len, char *str, int strsize);
|
||||||
int base58_decode_check(const char *str, uint8_t *data, int datalen);
|
int base58_decode_check(const char *str, uint8_t *data, int datalen);
|
||||||
|
Loading…
Reference in New Issue
Block a user