#include <b64/encode.h>
#include <b64/decode.h>
#include <iostream>
#include <fstream>
#include <string>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | usage () |
void | usage (const std::string &message) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 35 of file base64.cc.
References base64::decoder::decode(), base64::encoder::encode(), and usage().
void usage | ( | const std::string & | message | ) |