| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_str_nbr function. More...
#include "my.h"Functions | |
| char * | my_str_nbr (int nb) | 
| Returns the string conversion of a number (nb)   | |
The file containing the my_str_nbr function.
| char * my_str_nbr | ( | int | nb | ) | 
Returns the string conversion of a number (nb)
| nb | The number to convert |