modifie add_to_list pour fonctionner avec du binaire

This commit is contained in:
Hugo LAMY
2019-04-19 15:34:05 +02:00
parent 729853cea0
commit 730964a817
5 changed files with 67 additions and 123 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/15 14:48:14 by vmanzoni #+# #+# */
/* Updated: 2019/04/18 13:07:56 by vmanzoni ### ########.fr */
/* Updated: 2019/04/19 12:53:40 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -87,6 +87,8 @@ void parse_input(char *input)
short test; //DELETE BEFORE EVAL
i = 0;
printf("input: %s\n", input);
printf("end\n");
while (input[i])
{
j = 0;