-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcase_pro.c
More file actions
19 lines (17 loc) · 990 Bytes
/
Copy pathcase_pro.c
File metadata and controls
19 lines (17 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* case_pro.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: Cerdelen < cerdelen@student.42wolfsburg.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/12/04 20:10:45 by Cerdelen #+# #+# */
/* Updated: 2021/12/04 20:10:45 by Cerdelen ### ########.fr */
/* */
/* ************************************************************************** */
#include "ft_printf.h"
int case_pro(void)
{
write(1, "%", 1);
return (1);
}