bozosujet
This commit is contained in:
19
philo/parsing.h
Normal file
19
philo/parsing.h
Normal file
@ -0,0 +1,19 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parsing.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/04/27 11:39:55 by cchauvet #+# #+# */
|
||||
/* Updated: 2023/04/27 11:40:42 by cchauvet ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PARSING_H
|
||||
# define PARSING_H
|
||||
# include "./data.h"
|
||||
|
||||
bool parsing(t_data *data, char **args, size_t n);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user