aboutsummaryrefslogtreecommitdiff
path: root/test/ft_list_remove_if_test.c
blob: d17b1e5446d3c5bab5e4f023393a734e491bfae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   ft_list_remove_if_test.c                           :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: cacharle <marvin@42.fr>                    +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2020/02/08 03:08:42 by cacharle          #+#    #+#             */
/*   Updated: 2020/02/08 03:08:42 by cacharle         ###   ########.fr       */
/*                                                                            */
/* ************************************************************************** */

#include "libasm_test.h"

static void
ft_list_remove_if_segfault(void)
{

}
static void
ft_list_remove_if_compare(void)
{

}
void
ft_list_remove_if_test(void)
{

}