Files
ft_malloc/srcs/malloc.c

16 lines
922 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* malloc.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/23 17:19:59 by tomoron #+# #+# */
/* Updated: 2024/11/26 16:42:53 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
void *malloc(size_t size)
{
}