minitalk/minitalk.h
2023-10-26 18:56:42 +02:00

20 lines
982 B
C

/* ************************************************************************** */
/* */
/* :::::::: */
/* minitalk.h :+: :+: */
/* +:+ */
/* By: houtworm <codam@houtworm.net> +#+ */
/* +#+ */
/* Created: 2023/10/26 18:56:36 by houtworm #+# #+# */
/* Updated: 2023/10/26 18:56:37 by houtworm ######## odam.nl */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <unistd.h>
# include <signal.h>
#endif