9 lines
91 B
C
9 lines
91 B
C
#ifndef PHILO_PROTO_H
|
|
# define PHILO_PROTO_H
|
|
|
|
// init.c
|
|
t_philo *init(char **av);
|
|
|
|
#endif
|
|
|