|
libft
|
Include dependency graph for ft_putchar.c:Go to the source code of this file.
Functions | |
| void | ft_putchar (char c) |
| Writes a character to the standard output. More... | |
| void ft_putchar | ( | char | c | ) |
Writes a character to the standard output.
| c | The character to output. |
Definition at line 22 of file ft_putchar.c.
1.8.16