Files
42_INT_08_philosophers/headers/philo_proto.h

9 lines
106 B
C

#ifndef PHILO_PROTO_H
# define PHILO_PROTO_H
// init.c
t_philo *init(char **av, pthread_t *id);
#endif