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