|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_putnbr_fd.c:Go to the source code of this file.
Functions | |
| void | ft_putnbr_fd (int n, int fd) |
| Writes an integer in decimal format to a file descriptor. | |
| void ft_putnbr_fd | ( | int | n, |
| int | fd | ||
| ) |
Writes an integer in decimal format to a file descriptor.
Handles negative values and the full int range.
| n | Value to write. |
| fd | Destination file descriptor. |
Definition at line 23 of file ft_putnbr_fd.c.
References ft_putchar_fd(), and ft_putnbr_fd().
Referenced by ft_putnbr_fd().
Here is the call graph for this function:
Here is the caller graph for this function: