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

Go to the source code of this file.

Functions

char * ft_itoa (int n)
 Replicates behaviour of itoa from libc More...
 

Function Documentation

◆ ft_itoa()

char* ft_itoa ( int  n)

Replicates behaviour of itoa from libc

Definition at line 32 of file ft_itoa.c.