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

#include <stdbool.h>

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

#endif