Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

b64.h

Committer:
xinlei
Date:
2015-04-27
Revision:
22:832cb27c28f9
Parent:
0:099f76422485

File content as of revision 22:832cb27c28f9:

#ifndef b64_h
#define b64_h

void b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);

#endif