aboutsummaryrefslogtreecommitdiff
path: root/b32.h
blob: d3c0f551017611f280a438e4a05fdd04f92d522b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef B32_B32_H
#define B32_B32_H

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

bool b32toa(uint8_t *, const char *, size_t);

#endif