-
Notifications
You must be signed in to change notification settings - Fork 0
/
minitalk.h
19 lines (16 loc) · 987 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: ttavares <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/01/19 10:31:42 by ttavares #+# #+# */
/* Updated: 2023/01/19 10:31:43 by ttavares ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include "libft/libft.h"
# include <signal.h>
#endif