|
libft
|
#include "libft.h"
Include dependency graph for ft_putendl.c:Go to the source code of this file.
Functions | |
| void | ft_putendl (char const *s) |
| Writes a string to the standard output followed by a newline. More... | |
| void ft_putendl | ( | char const * | s | ) |
Writes a string to the standard output followed by a newline.
| s | The string to output. |
Definition at line 21 of file ft_putendl.c.
1.8.16