Nut/OS  4.10.3
API Reference
base64.h File Reference
#include <sys/types.h>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * NutEncodeBase64 (CONST char *str)
 Do base-64 encoding on a string.
char * NutDecodeBase64 (char *str)
 Do base-64 decoding on a string.