FEAT: add gnl makefile, have to fix check input

This commit is contained in:
LucasCodeur
2026-03-28 15:15:44 +01:00
parent b673d52c6b
commit d918306a68
8 changed files with 412 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* alcu.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: lud-adam <lud-adam@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/28 13:27:29 by lud-adam #+# #+# */
/* Updated: 2026/03/28 13:29:45 by lud-adam ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef ALCU_H
# define ALCU_H
char *read_file(int fd);
int check_input(int fd);
#endif