view Resources/ThirdParty/base64/base64.h @ 18:54d5dd1df2e5

support of FreeBSD
author jodogne
date Tue, 07 Apr 2015 17:09:25 +0200
parents 02f7a0400a91
children
line wrap: on
line source

#include <string>

std::string base64_encode(const std::string& stringToEncode);
std::string base64_decode(const std::string& s);