📝 회고/🏁 42seoul 프로젝트12 [42seoul] Get_next_line : \n(개행) 단위로 파일 읽기 📠 Get_next_line @42seoul : (2020.07.01 ~ 2020.07.15) 📖 About 이 프로젝트는 fd에 저장된 파일 내용을 "\n" 개행 단위 줄로 반환하는 함수를 구현합니다.(The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.) Type Function Description file read get_next_line(int fd, char **line) Write a function which returns a line read from a file descriptor, without the newlin.. 2021. 10. 28. [42seoul] libft : 나만의 C 라이브러리 만들기 📚 libft @42seoul : (2020.04.15 ~ 2020.05.01) 📖 About 일반적으로 C언에서 자주 사용하는 함수들을 직접 구현합니다. (The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.) 구현 목록 Libc Functions : , Non- Libc Functions Linked-list Functions 📝 Review C에서 include하여 사용하는 , 의 함수 뿐만 아니라 자주 사용되는 split, join 함수 등 직접 구현하면서 C의 기본 문법과 포인터 연산, 메모리 관리(Heap), Ma.. 2021. 10. 28. 이전 1 2 3 다음