42sh 1.0.0
Create a shell in C
|
The file containing the my_str_nbr_unsigned function. More...
#include "my.h"
Functions | |
char * | my_str_nbr_unsigned (unsigned int nb) |
Returns the string conversion of an unsigned number (nb) | |
The file containing the my_str_nbr_unsigned function.
char * my_str_nbr_unsigned | ( | unsigned int | nb | ) |
Returns the string conversion of an unsigned number (nb)
nb | The number to convert |