maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_putstr_fd (char *s, int fd) |
void ft_putstr_fd | ( | char * | s, |
int | fd | ||
) |
Definition at line 20 of file ft_putstr_fd.c.
References ft_strlen().
Referenced by builtin_echo(), builtin_env(), ft_print_str(), ft_putendl_fd(), ft_puterror(), ft_putnbr_fd(), handle_exec_errors(), and handle_get_shell_variable().