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