20 lines
982 B
C
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
|