foot/base64.h
2019-07-19 11:11:25 +02:00

3 lines
50 B
C

#pragma once
char *base64_decode(const char *s);