Corewar documentation 1.0.0
|
The file containing the my_nbrlen function. More...
#include "my.h"
Functions | |
int | my_nbrlen (int nb) |
Returns the length of a number (nb) | |
The file containing the my_nbrlen function.
int my_nbrlen | ( | int | nb | ) |
Returns the length of a number (nb)
nb | The number to check |