Пример #1
0
int main(){
  test_str_to_int();

  test_safe_add();
  test_safe_multiply();

  test_compare_file_paths();
}
int main(void)
{
	EXPECT_ZERO(test_str_to_int());

	return EXIT_SUCCESS;
}
void
typed_splay_tree_c_tests ()
{
  test_str_to_int ();
}