An open API service indexing awesome lists of open source software.

https://github.com/kimseogyu/libft


https://github.com/kimseogyu/libft

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# libft

1. C의 기본함수를 구현하였다. 기본적으로 함수는 write만 사용하였으며, 메모리 관련 기능을 구현할 떄는 malloc과 free만 사용하였다.
2. C로 연결리스트를 구현하였다.