ajout explications

This commit is contained in:
Hugo LAMY
2019-11-13 12:48:59 +01:00
parent 3d8dde51f4
commit ac4a5e088c
16 changed files with 102 additions and 72 deletions

9
test/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