![]() |
tgrekov-pipex
HIVE pipex May 2024
|
Definition in file ft_putchar_fd.c.
#include "libft.h"Go to the source code of this file.
Functions | |
| void | ft_putchar_fd (char c, int fd) |
Write character c to file descriptor fd. | |
| void ft_putchar_fd | ( | char | c, |
| int | fd | ||
| ) |
Write character c to file descriptor fd.
| [in] | c | Character to write |
| [in] | fd | File descriptor to write to |
Definition at line 28 of file ft_putchar_fd.c.