Open Issues Need Help
View All on GitHub removing `libft` dependency about 2 months ago
AI Summary: The task involves removing the project's dependency on the `libft` library. This will be achieved by either directly replacing `libft`'s standard library functions with equivalent standard library functions or by copying the necessary `t_list` structure and related functions into the project's `framework` directory, potentially renaming them for clarity.
Complexity:
4/5
help wanted