aversive_10-03-12/modules/encoding/base64/base64.c File Reference
#include <string.h>
Go to the source code of this file.
|
Functions |
int | base64_to_raw (char *in, int len_in, char *out, int len_out) |
int | raw_to_base64 (char *in, int len_in, char *out, int len_out) |
Variables |
char | my_base64 [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
Function Documentation
int base64_to_raw |
( |
char * |
in, |
|
|
int |
len_in, |
|
|
char * |
out, |
|
|
int |
len_out | |
|
) |
| | |
int raw_to_base64 |
( |
char * |
in, |
|
|
int |
len_in, |
|
|
char * |
out, |
|
|
int |
len_out | |
|
) |
| | |
Variable Documentation
char my_base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |