#include "libft.h"
#include <stdlib.h>
#include <limits.h>
Go to the source code of this file.
itoa
libc
Replicates behaviour of itoa from libc
Definition at line 32 of file ft_itoa.c.