bozosujet
This commit is contained in:
20
philo/threads.h
Normal file
20
philo/threads.h
Normal file
@ -0,0 +1,20 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* threads.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/04/27 11:37:07 by cchauvet #+# #+# */
|
||||
/* Updated: 2023/04/27 11:37:08 by cchauvet ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef THREADS_H
|
||||
# define THREADS_H
|
||||
# include "./data.h"
|
||||
# include <stdbool.h>
|
||||
|
||||
bool threads_init(t_data *data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user