From 1f8ebbf4b43cd4d24531048b32fc991b8f5eb2ab Mon Sep 17 00:00:00 2001 From: Matthew Yeow Date: Fri, 23 Aug 2024 16:43:12 +0800 Subject: [PATCH] Updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45833ef..7c056ba 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,6 @@ TODOs: 1. Error management for the functions. 2. Makefile for each subfolder. 3. Consider separating quaternion functions from math lib. +4. Refactor ft_error_utils t_error struct to not clash with ft_printf. +5. Add protection to defines in ft_printf.h. +6. Refactor BUFFER_SIZE clash between get_next_line.h and ft_printf.h.