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/srcs/main.c Normal file
View File

@@ -0,0 +1,9 @@
#include "test.h"
int main()
{
int a = 't';
a = transform(a);
ft_putchar(a);
return (0);
}