/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* tests.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2018/10/23 19:36:58 by gtertysh #+# #+# */ /* Updated: 2018/10/23 19:40:12 by gtertysh ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef TESTS_H # define TESTS_H int malloc_tests(void); #endif