init
This commit is contained in:
11
exam-basedir02/subjects/ft_itoa/subject.en.txt
Normal file
11
exam-basedir02/subjects/ft_itoa/subject.en.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Assignment name : ft_itoa
|
||||
Expected files : ft_itoa.c
|
||||
Allowed functions: malloc
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Write a function that takes an int and converts it to a null-terminated string.
|
||||
The function returns the result in a char array that you must allocate.
|
||||
|
||||
Your function must be declared as follows:
|
||||
|
||||
char *ft_itoa(int nbr);
|
Reference in New Issue
Block a user