![]() |
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 base64 encoded N_STR | |
| N_STR * | n_base64_encode (N_STR *string) |
| encode a N_STR to base64 | |
| bool | n_isalpha (char c) |
| check if a character is alphabetic | |
| bool | n_islower (char c) |
| check if a character is lowercase | |
| bool | n_isupper (char c) |
| check if a character is uppercase | |
| char | n_tolower (char c) |
| convert a character to lowercase | |
| char | n_toupper (char c) |
| convert a character to uppercase | |
Base64 encoding and decoding functions using N_STR.
Definition in file n_base64.h.