Tanguy MAZE f9e508d5ef init
2019-06-22 18:23:35 +02:00

14 lines
393 B
Plaintext

Assignment name : ft_putstr
Expected files : ft_putstr.c
Allowed functions: write
--------------------------------------------------------------------------------
Write a function that displays a string on the standard output.
The pointer passed to the function contains the address of the string's first
character.
Your function must be declared as follows:
void ft_putstr(char *str);