fehQlibs
29
Qlibs
Loading...
Searching...
No Matches
fehQlibs-29
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
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.h
stralloc
Definition
stralloc.h:17
Generated on
for fehQlibs by
1.15.0