fehQlibs
27
Qlibs
Loading...
Searching...
No Matches
fehQlibs-27
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 Tue May 27 2025 21:48:00 for fehQlibs by
1.13.2