fehQlibs
28
Qlibs
Loading...
Searching...
No Matches
fehQlibs-28
include
base64.h
Go to the documentation of this file.
1
#ifndef BASE64_H
2
#define BASE64_H
3
4
#include "
stralloc.h
"
5
6
extern
int
b64decode
(
const
unsigned
char
*in,
int
l,
stralloc
*out);
7
extern
int
b64encode
(
stralloc
*in,
stralloc
*out);
8
9
#endif
stralloc.h
b64encode
int b64encode(stralloc *in, stralloc *out)
Definition
base64.c:91
b64decode
int b64decode(const unsigned char *in, int l, stralloc *out)
Definition
base64.c:17
stralloc
Definition
stralloc.h:17
Generated on
for fehQlibs by
1.14.0