maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_putchar_fd (char c, int fd) |
void ft_putchar_fd | ( | char | c, |
int | fd | ||
) |
Definition at line 20 of file ft_putchar_fd.c.
Referenced by builtin_echo(), ft_print_char(), ft_print_percent(), ft_print_str(), ft_print_unsigned_hex(), ft_put_hex(), ft_put_ptr(), ft_putendl_fd(), and ft_putnbr_fd().