Coda Distributed File System
Functions
base64.h File Reference
#include <stdio.h>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ coda_base64_decode()

void coda_base64_decode ( FILE *  in,
char **  out,
int *  len 
)

◆ coda_base64_encode()

void coda_base64_encode ( FILE *  out,
char *  in,
int  len 
)