42sh 1.0.0
Create a shell in C
|
The file containing the my_super_number function. More...
#include "my.h"
Functions | |
int | my_super_number (char *number, number_settings_t settings) |
Returns an int number starting from a string number (number) and change my_errno if an error occurs depending on the settings (settings) | |
Variables | |
int | my_errno |
The file containing the my_super_number function.
int my_super_number | ( | char * | number, |
number_settings_t | settings ) |
Returns an int number starting from a string number (number) and change my_errno if an error occurs depending on the settings (settings)
number | The string to convert |
settings | The settings of the function |