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.
- Host: GitHub
- URL: https://github.com/ricvrdv/libft
- Owner: ricvrdv
- Created: 2024-10-19T19:51:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T19:58:41.000Z (7 months ago)
- Last Synced: 2025-01-19T10:13:21.982Z (5 months ago)
- Topics: c, c-language, c-programming, libc, linked-lists, makefile, memory-management, pointers-in-c
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.