minitalk/minitalk.h

20 lines
982 B
C
Raw Normal View History

2023-03-01 04:36:01 +01:00
/* ************************************************************************** */
/* */
2023-10-26 18:56:42 +02:00
/* :::::::: */
/* 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 */
2023-03-01 04:36:01 +01:00
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <unistd.h>
# include <signal.h>
#endif