libft
Functions
ft_atoi.c File Reference
#include "libft.h"
#include <limits.h>
+ Include dependency graph for ft_atoi.c:

Go to the source code of this file.

Functions

int ft_atoi (const char *str)
 Replicates behaviour of atoi from libc. More...
 

Function Documentation

◆ ft_atoi()

int ft_atoi ( const char *  str)

Replicates behaviour of atoi from libc.

Definition at line 21 of file ft_atoi.c.