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

Go to the source code of this file.

Functions

int ft_print_percent (void)
 

Function Documentation

◆ ft_print_percent()

int ft_print_percent ( void  )

Definition at line 15 of file ft_print_percent.c.

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

References ft_putchar_fd().

Referenced by ft_formatssssss().

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