added bgoulard lib + made lib sources in their own directory in build/ for readability
This commit is contained in:
parent
83cc8419a0
commit
0a390934d6
457 changed files with 21807 additions and 61 deletions
24
libft_personal/include/tests/tests_lambda_functions.h
Normal file
24
libft_personal/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