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

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

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.