free tous les mallocs
This commit is contained in:
@@ -6,13 +6,16 @@
|
||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/01/26 15:27:13 by hulamy #+# #+# */
|
||||
/* Updated: 2022/01/30 15:13:21 by hulamy ### ########.fr */
|
||||
/* Updated: 2022/02/02 00:15:43 by hulamy ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PHILO_PROTO_H
|
||||
# define PHILO_PROTO_H
|
||||
|
||||
// main.c
|
||||
void *return_free(void *e1, void *e2, void *e3);
|
||||
|
||||
// init.c
|
||||
t_philo *init(int ac, char **av, pthread_t **id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user