init structs
This commit is contained in:
8
headers/philo_proto.h
Normal file
8
headers/philo_proto.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PHILO_PROTO_H
|
||||
# define PHILO_PROTO_H
|
||||
|
||||
// init.c
|
||||
t_philo *init(char **av);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user