Corewar documentation 1.0.0
|
The file containing the my_find_nbr function. More...
#include "my.h"
Functions | |
int | my_find_nbr (char const *number) |
Find the first number (number) found in a string. | |
The file containing the my_find_nbr function.
int my_find_nbr | ( | char const * | str | ) |
Find the first number (number) found in a string.
str | The string to convert |