-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
21 lines (19 loc) · 1.04 KB
/
minitalk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: abdel-ou <abdel-ou@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/06 12:57:18 by abdel-ou #+# #+# */
/* Updated: 2022/12/22 21:32:19 by abdel-ou ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <stdlib.h>
# include <unistd.h>
# include <signal.h>
# include "ft_printf/ft_printf.h"
# include "libft/libft.h"
#endif