Contents
#include <libb64.h> struct base64_decodestate { // fields base64_decodestep step; char plainchar; };