fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
base64.h File Reference
#include "stralloc.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

int b64decode (const unsigned char *in, int l, stralloc *out)
 
int b64encode (stralloc *in, stralloc *out)
 

Function Documentation

◆ b64decode()

int b64decode ( const unsigned char * in,
int l,
stralloc * out )
extern

Definition at line 17 of file base64.c.

Here is the call graph for this function:

◆ b64encode()

int b64encode ( stralloc * in,
stralloc * out )
extern

Definition at line 91 of file base64.c.

Here is the call graph for this function: