mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
base64: initial base64 decode implementation
This commit is contained in:
parent
f2608bf4c9
commit
bb8a733758
3 changed files with 92 additions and 0 deletions
3
base64.h
Normal file
3
base64.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
char *base64_decode(const char *s);
|
||||
Loading…
Add table
Add a link
Reference in a new issue