42sh 1.0.0
Create a shell in C
|
The file containing the my_convert_base function. More...
#include "my.h"
Functions | |
char * | my_convert_base (char const *nbr, char const *base_from, char const *base_to) |
Returns the result of the conversion of a number (nbr) in a specific base (base_from) to another base (base_to) | |
The file containing the my_convert_base function.
char * my_convert_base | ( | char const * | nbr, |
char const * | base_from, | ||
char const * | base_to ) |
Returns the result of the conversion of a number (nbr) in a specific base (base_from) to another base (base_to)
nbr | The number to convert |
base_from | The base of the number |
base_to | The base to convert the number |