1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

Add stdbool.h

This commit is contained in:
Dustin Laurence 2015-01-23 11:30:38 -08:00
parent 8ce1f34233
commit a16992a893

View File

@ -25,6 +25,7 @@
#define __BASE58_H__
#include <stdint.h>
#include <stdbool.h>
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);