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

Go to the source code of this file.

Functions

void ft_putchar (char c)
 Writes a character to the standard output. More...
 

Function Documentation

◆ ft_putchar()

void ft_putchar ( char  c)

Writes a character to the standard output.

Parameters
cThe character to output.

Definition at line 22 of file ft_putchar.c.