Nilorea Library
C utilities for networking, threading, graphics
n_base64.h File Reference

base64 encoding and decoding functions using N_STR More...

#include <stdlib.h>
#include <memory.h>
#include "nilorea/n_str.h"
+ 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_STRn_base64_decode (N_STR *bufcoded)
 decode a N_STR *string More...
 
N_STRn_base64_encode (N_STR *string)
 encode a N_STR *string More...
 
bool n_isalpha (char c)
 is_alpha More...
 
bool n_islower (char c)
 test if char c is lowercase More...
 
bool n_isupper (char c)
 test if char c is uppercase More...
 
char n_tolower (char c)
 is_alpha More...
 
char n_toupper (char c)
 is_alpha More...
 

Detailed Description

base64 encoding and decoding functions using N_STR

Author
Castagnier Mickael
Version
1.0
Date
10/11/2022

Definition in file n_base64.h.