Libft
 
Loading...
Searching...
No Matches
ft_itoa.c File Reference
#include "libft.h"
#include <stdlib.h>
Include dependency graph for ft_itoa.c:

Functions

char * ft_itoa (int n)
 Return a string representing the integer 'n' received as argument.