Corewar documentation 1.0.0
|
The file containing the my_putnbr_base function. More...
#include "my.h"
Functions | |
void | my_putnbr_base (int nbr, char const *base) |
Prints a number (nb) in the requested base (base) in stdout. | |
The file containing the my_putnbr_base function.
void my_putnbr_base | ( | int | nbr, |
char const * | base ) |
Prints a number (nb) in the requested base (base) in stdout.
nbr | The number to print |
base | The base to use |