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
16{
17 ft_putchar_fd('%', 1);
18 return (1);
19}
int ft_print_percent(void)
void ft_putchar_fd(char c, int fd)