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

https://github.com/f321x/libft-42-core

Implementation of C standard functions as exercise of the 42 Heilbronn core curriculum
https://github.com/f321x/libft-42-core

42 42born2code 42cursus c makefile

Last synced: 10 months ago
JSON representation

Implementation of C standard functions as exercise of the 42 Heilbronn core curriculum

Awesome Lists containing this project

README

          

# libft-42-core
Implementation of C standard functions as exercise of the 42 Heilbronn core curriculum as as defined in en.subject.libft.pdf.
The repository also contains the implementation of printf and get_next_line to add additional functionality for future projects.