removing the libft of rparodi
This commit is contained in:
parent
0391323626
commit
be6038dcc8
523 changed files with 724 additions and 3336 deletions
24
libft/include/tests/tests_lambda_functions.h
Normal file
24
libft/include/tests/tests_lambda_functions.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* tests_lambda_functions.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/24 11:41:41 by bgoulard #+# #+# */
|
||||
/* Updated: 2024/05/24 14:05:47 by bgoulard ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef TESTS_LAMBDA_FUNCTIONS_H
|
||||
# define TESTS_LAMBDA_FUNCTIONS_H
|
||||
# include <stdbool.h>
|
||||
|
||||
// File: tests/lambda_functions.h
|
||||
bool is42(const void *data);
|
||||
void add42(void *data);
|
||||
void *add42_ret(const void *data);
|
||||
int cmp_int(const void *a, const void *b);
|
||||
void **creat_tb(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue