Coda Distributed File System
|
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | coda_base64_encode (FILE *out, char *in, int len) |
void | coda_base64_decode (FILE *in, char **out, int *len) |
void coda_base64_decode | ( | FILE * | in, |
char ** | out, | ||
int * | len | ||
) |
void coda_base64_encode | ( | FILE * | out, |
char * | in, | ||
int | len | ||
) |