Update include for rush0x and add ft_putchar include

This commit is contained in:
Timo Schmidt 2023-03-19 02:14:37 +01:00
parent e347a314cb
commit 6bf7fad78e
1 changed files with 3 additions and 2 deletions

View File

@ -6,12 +6,13 @@
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */ /* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/18 20:15:12 by jtorrez- #+# #+# */ /* Created: 2023/03/18 20:15:12 by jtorrez- #+# #+# */
/* Updated: 2023/03/19 00:21:06 by tischmid ### ########.fr */ /* Updated: 2023/03/19 02:05:20 by tischmid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "include/ft_putchar.h"
#include "include/ft_lib.h" #include "include/ft_lib.h"
#include "include/rush00.h" #include "include/rush0X.h"
const char g_inside = ' '; const char g_inside = ' ';