libft 프로젝트의 bonus part 함수들을 구현하면서 메모했던 내용들을 정리해두었다. 이 라이브러리의 함수들은 꾸준히 업데이트 되고 있기 때문에 가장 최신의 코드는 여기 깃헙저장소를 참고... 1. ft_lstnew Prototype tlist ftlstnew(void content); Parameters #1. The content to create the new element with. Return value The new element. External functs. malloc Description Allocates (with malloc(3)) and returns a new element. The variable ’content’ is initialized with the value