explication makefil en cours
This commit is contained in:
9
test/includes/test.h
Normal file
9
test/includes/test.h
Normal file
@@ -0,0 +1,9 @@
|
||||
# ifndef TEST_H
|
||||
# define TEST_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
void ft_putchar(char c);
|
||||
int transform(int a);
|
||||
|
||||
# endif
|
||||
Reference in New Issue
Block a user