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

https://github.com/ysoroko/libft

44 functions reunited in a personal library to use anywhere, anytime
https://github.com/ysoroko/libft

19 42 c first-project intro libft library makefile

Last synced: 8 months ago
JSON representation

44 functions reunited in a personal library to use anywhere, anytime

Awesome Lists containing this project

README

          

# Libft
First s19 coding school project about creating a library containing 44 coded functions that can be useful anywhere, anytime!

This project covers the use of all the basic variable types and also the manipulation of the linked lists.

Working with malloc and free, some functions allow to allocate and use the heap memory.

The [Makefile](./Makefile) is used to easily compile and create the library, as well as to clean up afterwards.

The subject can be found in the [en.subject.pdf](./en.subject.pdf) file.