42sh 1.0.0
Create a shell in C
|
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 |