libft
|
#include "libft.h"
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.