Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

b64.h

Committer:
Cumulocity
Date:
2014-07-03
Revision:
0:099f76422485
Child:
22:832cb27c28f9

File content as of revision 0:099f76422485:

#ifndef b64_h
#define b64_h

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

#endif