base64: initial base64 decode implementation

This commit is contained in:
Daniel Eklöf 2019-07-19 11:11:25 +02:00
parent f2608bf4c9
commit bb8a733758
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 92 additions and 0 deletions

View file

@ -59,6 +59,7 @@ endforeach
executable(
'foot',
'base64.c', 'base64.h',
'config.c', 'config.h',
'commands.c', 'commands.h',
'csi.c', 'csi.h',