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