Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_atol.c File Reference
#include "libft.h"
Include dependency graph for ft_atol.c:

Functions

long ft_atol (const char *str)
 Converts a string to a long integer.