mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef b64_h
|
|
#define b64_h
|
|
|
|
int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
|
|
|
|
#endif
|