| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_getnbr_base function. More...
#include "my.h"Functions | |
| int | my_getnbr_base (char const *str, char const *base) | 
| Returns a number starting from a string number (str) in the requested base (base)   | |
The file containing the my_getnbr_base function.
| int my_getnbr_base | ( | char const * | str, | 
| char const * | base ) | 
Returns a number starting from a string number (str) in the requested base (base)
| str | The string to convert | 
| base | The base of the number |