Archived
1
0

[] feat: parsing working but free does not

This commit is contained in:
2024-03-30 16:43:00 +01:00
parent e57a2cc78b
commit 9c1f172983
15 changed files with 93 additions and 13 deletions

21
include/pipex.h Normal file
View File

@ -0,0 +1,21 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* pipex.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/22 21:14:06 by adjoly #+# #+# */
/* Updated: 2024/03/22 21:16:23 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PIPEX_H
# define PIPEX_H
typedef struct t_pipex
{
} s_pipex;
#endif