maxishell
Implementation of a shell for Linux-like systems
Loading...
Searching...
No Matches
ft_print_char.c File Reference
#include "libft.h"
Include dependency graph for ft_print_char.c:

Go to the source code of this file.

Functions

int ft_print_char (int c)
 

Function Documentation

◆ ft_print_char()

int ft_print_char ( int  c)

Definition at line 15 of file ft_print_char.c.

16{
17 ft_putchar_fd(c, 1);
18 return (1);
19}
void ft_putchar_fd(char c, int fd)

References ft_putchar_fd().

Referenced by ft_formatssssss(), and ft_printf().

Here is the call graph for this function:
Here is the caller graph for this function: