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