explication makefil en cours

This commit is contained in:
Hugo LAMY
2019-11-14 17:05:54 +01:00
parent ac4a5e088c
commit 28e08d8238
15 changed files with 261 additions and 28 deletions

9
test/includes/test.h Normal file
View File

@@ -0,0 +1,9 @@
# ifndef TEST_H
# define TEST_H
#include <unistd.h>
void ft_putchar(char c);
int transform(int a);
# endif