-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# LIBFT | ||
|
||
This project was completed in november 2018 as part of the 42 school cursus. The instructions was to create a library containing a number of functions already existing in C libraries as well as additional ones, to be used in future projects. | ||
The detailed instructions can be found [here](https://github.com/Gabriel-Em/42_AcademyPlus---Libft---/blob/master/Libft%20-%20Subject(EN).pdf). | ||
|
||
## Getting Started | ||
|
||
Run the command `make` to create the **libft.a** library file. | ||
|
||
## Updating | ||
|
||
The project is updated regularly with new functions that could be useful for other projects. | ||
|
||
## Authors | ||
|
||
* **Anaelle Leclabart** - [anaiel](https://github.com/anaiel) |