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

https://github.com/ricvrdv/libft

Project in which I created my own library of functions in C.
https://github.com/ricvrdv/libft

c c-language c-programming libc linked-lists makefile memory-management pointers-in-c

Last synced: 4 months ago
JSON representation

Project in which I created my own library of functions in C.

Awesome Lists containing this project

README

        

# LIBFT

### [MILESTONE 0]
### SUMMARY
To recode a few functions of the C standard library (PART_1) as well as some other utility functions (PART_2) that will be used during the whole cursus.

BONUS part was to implement some functions for manipulating linked lists.