maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_putnbr_fd (int n, int fd) |
void ft_putnbr_fd | ( | int | n, |
int | fd | ||
) |
Definition at line 20 of file ft_putnbr_fd.c.
References ft_putchar_fd(), ft_putnbr_fd(), and ft_putstr_fd().
Referenced by ft_putnbr_fd().