libft
Loading...
Searching...
No Matches
ft_atoi.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

int ft_atoi (const char *str)
 ASCII to integer.
 

Function Documentation

◆ ft_atoi()

int ft_atoi ( const char *  str)

ASCII to integer.

Returns integer from number string.

Parameters
strNumber as a string
Returns
int Number as a integer

Definition at line 15 of file ft_atoi.c.