42sh 1.0.0
Create a shell in C
|
The file containing the my_getnbr_base function. More...
#include "my.h"
Functions | |
int | my_getnbr_base (char const *str, char const *base) |
Returns a number starting from a string number (str) in the requested base (base) | |
The file containing the my_getnbr_base function.
int my_getnbr_base | ( | char const * | str, |
char const * | base ) |
Returns a number starting from a string number (str) in the requested base (base)
str | The string to convert |
base | The base of the number |