Corewar documentation 1.0.0
|
The file containing the my_str_nbr_unsigned_long function. More...
#include "my.h"
Functions | |
char * | my_str_nbr_unsigned_long (unsigned long int nb) |
Returns the string conversion of an unsigned long number (nb) | |
The file containing the my_str_nbr_unsigned_long function.
char * my_str_nbr_unsigned_long | ( | unsigned long int | nb | ) |
Returns the string conversion of an unsigned long number (nb)
nb | The number to convert |