Libft
 
Loading...
Searching...
No Matches
ft_putchar_fd.c File Reference
#include <unistd.h>
Include dependency graph for ft_putchar_fd.c:

Functions

ssize_t ft_putchar_fd (const char c, int fd)
 Print the character 'c' on the file descriptor.