Fix every malloc error

This commit is contained in:
David Gailleton
2025-11-10 11:27:35 +01:00
parent 37fc319f64
commit cb2edb6a2b
4 changed files with 15 additions and 17 deletions

View File

@@ -6,13 +6,13 @@
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/08 17:50:35 by dgaillet #+# #+# */
/* Updated: 2025/11/08 17:57:02 by dgaillet ### ########lyon.fr */
/* Updated: 2025/11/10 10:58:21 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
void write_nbr(unsigned int n, int fd)
static void write_nbr(unsigned int n, int fd)
{
if (n)
{