Nut/OS  4.10.3
API Reference
base64_encode.c File Reference
#include <stdint.h>
#include <string.h>
#include <sys/heap.h>
#include <sys/types.h>
Include dependency graph for base64_encode.c:

Go to the source code of this file.

Functions

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