Corewar documentation 1.0.0
|
The file containing the my_getnbr function. More...
#include "my.h"
Functions | |
int | my_getnbr (char const *str) |
Returns an int number starting from a string number (str) | |
The file containing the my_getnbr function.
int my_getnbr | ( | char const * | str | ) |
Returns an int number starting from a string number (str)
str | The string to convert |