libft
Loading...
Searching...
No Matches
ft_itoa.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

char * ft_itoa (int n)
 Integer to ASCII.
 

Function Documentation

◆ ft_itoa()

char * ft_itoa ( int  n)

Integer to ASCII.

Returns a number as a string.

Parameters
nNumber
Returns
char* Number n as a string
Attention
Allocates memory

Definition at line 57 of file ft_itoa.c.