| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_str_nbr_base_unsigned_size_t function. More...
#include "my.h"Functions | |
| char * | my_str_nbr_base_unsigned_size_t (size_t nbr, char const *base) | 
| Returns the string conversion of an size_t number (nbr) in specific base (base)   | |
The file containing the my_str_nbr_base_unsigned_size_t function.
| char * my_str_nbr_base_unsigned_size_t | ( | size_t | nbr, | 
| char const * | base ) | 
Returns the string conversion of an size_t number (nbr) in specific base (base)
| nb | The number to convert | 
| base | The base to use |