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 
)

Definition at line 28 of file base64.c.

References my_base64.

int raw_to_base64 ( char *  in,
int  len_in,
char *  out,
int  len_out 
)

Definition at line 84 of file base64.c.

References my_base64.


Variable Documentation

char my_base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"

Definition at line 24 of file base64.c.

Referenced by base64_to_raw(), and raw_to_base64().


Generated on Fri Mar 12 06:32:06 2010 for AVR by  doxygen 1.5.6