![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Base64 encoding and decoding functions using N_STR. More...
Include dependency graph for n_base64.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| N_STR * | n_base64_decode (N_STR *bufcoded) |
| decode a N_STR *string | |
| N_STR * | n_base64_encode (N_STR *string) |
| encode a N_STR *string | |
| bool | n_isalpha (char c) |
| is_alpha | |
| bool | n_islower (char c) |
| test if char c is lowercase | |
| bool | n_isupper (char c) |
| test if char c is uppercase | |
| char | n_tolower (char c) |
| is_alpha | |
| char | n_toupper (char c) |
| is_alpha | |
Base64 encoding and decoding functions using N_STR.
Definition in file n_base64.h.