libft
|
Go to the source code of this file.
Functions | |
void | ft_putstr (char const *s) |
Writes a string to the standard output. More... | |
void ft_putstr | ( | char const * | s | ) |
Writes a string to the standard output.
s | The string to output. |
Definition at line 22 of file ft_putstr.c.