fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
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 
)

Definition at line 17 of file base64.c.

Here is the call graph for this function:

◆ b64encode()

int b64encode ( stralloc in,
stralloc out 
)

Definition at line 91 of file base64.c.

Here is the call graph for this function: