A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

pki/base64.h

Committer:
andrewboyson
Date:
2019-07-25
Revision:
0:be515c9019e3

File content as of revision 0:be515c9019e3:

#include <stdio.h>

extern char (*Base64ReadNextCharFunctionPointer)(void);
extern int    Base64ReadByte(void);
extern int    Base64SkipLine(void);