# ifndef TEST_H # define TEST_H #include void ft_putchar(char c); int transform(int a); # endif