mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

b64.h

Committer:
Cumulocity
Date:
2014-11-15
Revision:
13:aba98ad2ac1b
Parent:
0:099f76422485

File content as of revision 13:aba98ad2ac1b:

#ifndef b64_h
#define b64_h

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

#endif