-
Notifications
You must be signed in to change notification settings - Fork 0
/
ft_minitalk.h
25 lines (21 loc) · 1.1 KB
/
ft_minitalk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ael-khni <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/12/09 16:02:30 by ael-khni #+# #+# */
/* Updated: 2021/12/15 16:13:35 by ael-khni ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_MINITALK_H
# define FT_MINITALK_H
# include <signal.h>
# include <unistd.h>
# include "ft_printf/ft_printf.h"
# define RED "\033[0;31m"
# define GREEN "\033[0;32m"
# define YELLOW "\033[0;33m"
# define END "\033[0m"
#endif