|
libft
|
Go to the source code of this file.
Functions | |
| void | test_ft_atoi_should_be_equal_int (void) |
| void | test_ft_isdigit_should_be_true (void) |
| void | test_ft_isdigit_should_be_false (void) |
| void | test_tf_split_should_be_equal (void) |
| int | test_libft (void) |
| void test_ft_atoi_should_be_equal_int | ( | void | ) |
Definition at line 4 of file test_libft.c.
| void test_ft_isdigit_should_be_false | ( | void | ) |
Definition at line 11 of file test_libft.c.
| void test_ft_isdigit_should_be_true | ( | void | ) |
Definition at line 8 of file test_libft.c.
| int test_libft | ( | void | ) |
Definition at line 26 of file test_libft.c.
| void test_tf_split_should_be_equal | ( | void | ) |
Definition at line 15 of file test_libft.c.