Go to the source code of this file.
|
| char * | ft_itoa (int n) |
| | Integer to ASCII.
|
| |
◆ ft_itoa()
Integer to ASCII.
Returns a number as a string.
- Parameters
-
- Returns
- char* Number n as a string
- Attention
- Allocates memory
Definition at line 57 of file ft_itoa.c.