peapod
0.1.0
EAPOL Proxy Daemon
Main Page
Data Structures
Files
File List
Globals
include
b64enc.h
Go to the documentation of this file.
1
/**
2
* @file b64enc.h
3
* @brief Function prototypes for @p b64enc.c
4
*/
5
#pragma once
6
7
#include <stdint.h>
8
#include <stdlib.h>
9
10
char
*
b64enc
(
const
uint8_t *in,
size_t
len);
b64enc
char * b64enc(const uint8_t *in, size_t len)
Base64 encoder.
Definition:
b64enc.c:35
Generated by
1.8.11