diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 15:22:02 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 15:22:02 +0200 |
commit | 928ba58c880a3842abdff3c446bfe956c8dc48ae (patch) | |
tree | 8376d9297aecdcfdcae5695f3ff21627cf502263 /b32.h |
Genesis commit
Diffstat (limited to 'b32.h')
-rw-r--r-- | b32.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef B32_B32_H +#define B32_B32_H + +#include <stdbool.h> + +bool b32toa(char *, const char *, size_t); + +#endif |