L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
base64.h
Go to the documentation of this file.
1
9/*
10 * (c) 2008-2009 Author(s)
11 * economic rights: Technische Universität Dresden (Germany)
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14
15#ifndef B64_EN_DECODE
16#define B64_EN_DECODE
17
18#include <l4/sys/compiler.h>
19
21
38L4_CV void base64_encode( const char *infile, unsigned int in_size, char **outfile);
39
50L4_CV void base64_decode(const char *infile, unsigned int in_size, char **outfile);
51
53
55#endif //B64_EN_DECODE
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:167
#define L4_CV
Define calling convention.
Definition linkage.h:33
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:164
void base64_encode(const char *infile, unsigned int in_size, char **outfile)
base-64-encode string infile
void base64_decode(const char *infile, unsigned int in_size, char **outfile)
decode base-64-encoded string infile