renamed some files

This commit is contained in:
Maieul BOYER 2024-10-15 21:31:59 +02:00
parent c19660e6d8
commit 8f7a2f2000
No known key found for this signature in database
8 changed files with 19 additions and 14 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/12 22:20:30 by maiboyer #+# #+# */
/* Updated: 2024/10/12 17:51:02 by rparodi ### ########.fr */
/* Updated: 2024/10/15 21:25:17 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,11 +27,15 @@
# endif
# endif
# ifdef _INCLUDE_VALGRIND
# undef _INCLUDE_VALGRIND
# endif
# ifdef _INCLUDE_VALGRIND
# ifdef NVALGRIND
# undef NVALGRIND
# endif
# define VGFUNCS
// # define VGFUNCS //slt froz
# include <valgrind/memcheck.h>
# include <valgrind/valgrind.h>
# endif