maxishell
Implementation of a shell for Linux-like systems
Loading...
Searching...
No Matches
ft_print_percent.c
Go to the documentation of this file.
1
/* ************************************************************************** */
2
/* */
3
/* ::: :::::::: */
4
/* ft_print_percent.c :+: :+: :+: */
5
/* +:+ +:+ +:+ */
6
/* By: rocky <rmikhayl@student.42london.com> +#+ +:+ +#+ */
7
/* +#+#+#+#+#+ +#+ */
8
/* Created: 2024/01/07 15:47:43 by rocky #+# #+# */
9
/* Updated: 2024/01/07 15:47:43 by rocky ### ########.fr */
10
/* */
11
/* ************************************************************************** */
12
13
#include "
libft.h
"
14
15
int
ft_print_percent
(
void
)
16
{
17
ft_putchar_fd
(
'%'
, 1);
18
return
(1);
19
}
ft_print_percent
int ft_print_percent(void)
Definition
ft_print_percent.c:15
libft.h
ft_putchar_fd
void ft_putchar_fd(char c, int fd)
Definition
ft_putchar_fd.c:20
lib
libft
src
ft_print_percent.c
Generated by
1.9.8