bozosujet
This commit is contained in:
23
philo/print.h
Normal file
23
philo/print.h
Normal file
@ -0,0 +1,23 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* print.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/04/27 11:35:50 by cchauvet #+# #+# */
|
||||
/* Updated: 2023/04/27 11:36:33 by cchauvet ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PRINT_H
|
||||
# define PRINT_H
|
||||
# include "./philo.h"
|
||||
|
||||
void print_eating(t_philo *philo);
|
||||
void print_take_a_fork(t_philo *philo);
|
||||
void print_sleeping(t_philo *philo);
|
||||
void print_thinking(t_philo *philo);
|
||||
void print_died(t_philo *philo);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user