L4Re - L4 Runtime Environment
|
base 64 encoding and decoding functions adapted from Bob Trower 08/04/01 More...
#include <l4/sys/compiler.h>
Go to the source code of this file.
Functions | |
void | base64_encode (const char *infile, unsigned int in_size, char **outfile) |
base-64-encode string infile | |
void | base64_decode (const char *infile, unsigned int in_size, char **outfile) |
decode base-64-encoded string infile | |
base 64 encoding and decoding functions adapted from Bob Trower 08/04/01
Definition in file base64.h.