libft
Functions
ft_putstr.c File Reference
#include "libft.h"
#include <unistd.h>
+ Include dependency graph for ft_putstr.c:

Go to the source code of this file.

Functions

void ft_putstr (char const *s)
 Writes a string to the standard output. More...
 

Function Documentation

◆ ft_putstr()

void ft_putstr ( char const *  s)

Writes a string to the standard output.

Parameters
sThe string to output.

Definition at line 22 of file ft_putstr.c.