|
libft
|
#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... | |
| 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.
1.8.16