20 lines
1.0 KiB
C
20 lines
1.0 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* minitalk.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/03/26 23:04:05 by yantoine #+# #+# */
|
|
/* Updated: 2024/04/16 05:50:54 by yantoine ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef MINITALK_H
|
|
# define MINITALK_H
|
|
# include <unistd.h>
|
|
# include <signal.h>
|
|
# include "../lib/ft_printf/header/ft_printf.h"
|
|
# include "../lib/libft/libft.h"
|
|
#endif
|