-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
19 lines (16 loc) · 981 Bytes
/
minitalk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: bpisak-l <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/01 15:31:34 by bpisak-l #+# #+# */
/* Updated: 2024/05/07 18:34:55 by bpisak-l ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <libft.h>
# include <signal.h>
#endif