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
- Host: GitHub
- URL: https://github.com/ysoroko/libft
- Owner: Ysoroko
- Created: 2020-12-02T14:17:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T09:02:31.000Z (over 4 years ago)
- Last Synced: 2025-05-17T23:11:22.379Z (9 months ago)
- Topics: 19, 42, c, first-project, intro, libft, library, makefile
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.