minitalk/minitalk.h
2023-03-01 04:36:01 +01:00

20 lines
982 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h |o_o || | */
/* +:+ +:+ +:+ */
/* By: houtworm <codam@houtworm.net> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/08 19:20:54 by houtworm #+# #+# */
/* Updated: 2023/02/15 05:31:10 by djonker \___)=(___/ */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <unistd.h>
# include <signal.h>
#endif