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

Go to the source code of this file.

Functions

int ft_puts (const char *s)
 Replicates behaviour of puts from libc. More...
 

Function Documentation

◆ ft_puts()

int ft_puts ( const char *  s)

Replicates behaviour of puts from libc.

Definition at line 21 of file ft_puts.c.