Graphviz
13.1.2~dev.20250722.1051
Loading...
Searching...
No Matches
base64.h
Go to the documentation of this file.
1
3
#pragma once
4
5
#include <stddef.h>
6
#include <
util/api.h
>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
16
UTIL_API
size_t
gv_base64_size
(
size_t
source_size);
17
26
UTIL_API
char
*
gv_base64
(
const
unsigned
char
*source,
size_t
size);
27
28
#ifdef __cplusplus
29
}
30
#endif
api.h
macro for API hiding/exposing
UTIL_API
#define UTIL_API
Definition
api.h:18
gv_base64
UTIL_API char * gv_base64(const unsigned char *source, size_t size)
Definition
base64.c:14
gv_base64_size
UTIL_API size_t gv_base64_size(size_t source_size)
Definition
base64.c:12
lib
util
base64.h
Generated by
1.9.8