libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_putnbr (int n) |
Writes an integer to the standard output. More... | |
void ft_putnbr | ( | int | n | ) |
Writes an integer to the standard output.
n | The integer to output. |
Definition at line 21 of file ft_putnbr.c.