| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_convert_base_size_t function. More...
#include "my.h"Functions | |
| char * | my_convert_base_size_t (char const *nbr, char const *base_from, char const *base_to) | 
| Returns the result of the conversion of a size_t number (nbr) in a specific base (base_from) to another base (base_to)   | |
The file containing the my_convert_base_size_t function.
| char * my_convert_base_size_t | ( | char const * | nbr, | 
| char const * | base_from, | ||
| char const * | base_to ) | 
Returns the result of the conversion of a size_t number (nbr) in a specific base (base_from) to another base (base_to)
| nbr | The number to convert | 
| base_from | The base of the number | 
| base_to | The base to convert the number |