L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
base64.h
Go to the documentation of this file.
1
10/*
11 * (c) 2008-2009 Author(s)
12 * economic rights: Technische Universität Dresden (Germany)
13 * License: see LICENSE.spdx (in this directory or the directories above)
14 */
15
16#ifndef B64_EN_DECODE
17#define B64_EN_DECODE
18
19#include <l4/sys/compiler.h>
20
22
39L4_CV void base64_encode( const char *infile, unsigned int in_size, char **outfile);
40
51L4_CV void base64_decode(const char *infile, unsigned int in_size, char **outfile);
52
54
56#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