Go to the source code of this file.
|
| int | ft_atoi (const char *str) |
| | ASCII to integer.
|
| |
◆ ft_atoi()
| int ft_atoi |
( |
const char * |
str | ) |
|
ASCII to integer.
Returns integer from number string.
- Parameters
-
- Returns
- int Number as a integer
Definition at line 15 of file ft_atoi.c.