init structs

This commit is contained in:
hugogogo
2022-01-05 09:00:02 +01:00
parent 23f93e706a
commit 1c44397e61
6 changed files with 74 additions and 68 deletions

8
headers/philo_proto.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PHILO_PROTO_H
# define PHILO_PROTO_H
// init.c
t_philo *init(char **av);
#endif