libft
Functions
ft_putnbr.c File Reference
#include "libft.h"
+ Include dependency graph for ft_putnbr.c:

Go to the source code of this file.

Functions

void ft_putnbr (int n)
 Writes an integer to the standard output. More...
 

Function Documentation

◆ ft_putnbr()

void ft_putnbr ( int  n)

Writes an integer to the standard output.

Parameters
nThe integer to output.

Definition at line 21 of file ft_putnbr.c.