libft
Functions
ft_putendl.c File Reference
#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...
 

Function Documentation

◆ ft_putendl()

void ft_putendl ( char const *  s)

Writes a string to the standard output followed by a newline.

Parameters
sThe string to output.

Definition at line 21 of file ft_putendl.c.