| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_putnbr function. More...
#include "my.h"Functions | |
| void | my_putnbr (int nb) | 
| Prints a number (nb) in stdout.   | |
The file containing the my_putnbr function.
| void my_putnbr | ( | int | nb | ) | 
Prints a number (nb) in stdout.
| nb | The number to print |