https://github.com/barimehdi77/libft
Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42
https://github.com/barimehdi77/libft
1337 42 42cursus bonuses c libft
Last synced: 7 months ago
JSON representation
Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42
- Host: GitHub
- URL: https://github.com/barimehdi77/libft
- Owner: barimehdi77
- Created: 2019-10-18T17:31:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T19:10:13.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:13:49.125Z (8 months ago)
- Topics: 1337, 42, 42cursus, bonuses, c, libft
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧰 libft
- Actual Status : Finished
- Result : 107/100 ✅
# 🤔 description
this first project as a student of 42 will build off of your knowledge from the Piscine. You will recode a number of standard C library functions, as well as other utility functions that you will reuse throughout your curriculum.# ⚙️ Usage
``make`` without bonus functions.
``make bonus`` to compile with bonuses.