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

Go to the source code of this file.

Functions

char * ft_ltoa (long n)
 Long to ASCII.
 

Function Documentation

◆ ft_ltoa()

char * ft_ltoa ( long  n)

Long to ASCII.

Returns a number as a string.

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

Definition at line 41 of file ft_ltoa.c.