19 lines
1,013 B
C
19 lines
1,013 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* functions2.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/05/14 18:06:34 by maiboyer #+# #+# */
|
|
/* Updated: 2024/10/12 17:51:05 by rparodi ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include "aq/allocator.h"
|
|
#include "aq/libc_wrapper.h"
|
|
|
|
// void lc_uninit(t_allocator *self)
|
|
// {
|
|
// (void)(self);
|
|
// }
|