libft
Loading...
Searching...
No Matches
test.h
Go to the documentation of this file.
1#ifndef TEST_H
2# define TEST_H
3
4int test_ft_ltoa(void);
5int test_ft_printf(void);
6int test_ft_ulongtohex(void);
7int test_gnl(void);
8int test_libft(void);
9int test_vec(void);
10
11
12#endif
int test_ft_ltoa(void)
int test_gnl(void)
Definition test_gnl.c:212
int test_vec(void)
Definition test_vec.c:161
int test_libft(void)
Definition test_libft.c:26
int test_ft_printf(void)
int test_ft_ulongtohex(void)