-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
19 lines (16 loc) · 1004 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: npolack <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/29 19:33:30 by npolack #+# #+# */
/* Updated: 2024/10/29 19:33:33 by npolack ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <signal.h>
# include "libft/srcs/include/ft_printf.h"
#endif