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
- Host: GitHub
- URL: https://github.com/f321x/libft-42-core
- Owner: f321x
- Created: 2023-11-09T08:56:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:55:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T13:49:34.461Z (over 1 year ago)
- Topics: 42, 42born2code, 42cursus, c, makefile
- Language: C
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.