https://github.com/llefranc/42_libft
School project: code a C library regrouping usual functions that will be allowed to use in all other 42projects (with all the bonuses).
https://github.com/llefranc/42_libft
42 42born2code 42paris 42school libft
Last synced: 7 months ago
JSON representation
School project: code a C library regrouping usual functions that will be allowed to use in all other 42projects (with all the bonuses).
- Host: GitHub
- URL: https://github.com/llefranc/42_libft
- Owner: llefranc
- Created: 2020-11-25T10:20:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T14:43:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T21:40:24.910Z (9 months ago)
- Topics: 42, 42born2code, 42paris, 42school, libft
- Language: C
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libft (@42Born2Code)
"Your very first own library"

## About
Libft is a project of the mandatory part of the cursus.
The main goal is to recreate several functions already or not existing in C, that will be
useful later for other 42 projects.- Here is the [subject][1]
`This project was code on MacOS`
### Building and running the project
1. Download/Clone this repo
git clone https://github.com/lucaslefrancq/42_libft.git
2. `cd` into the root directory, run `Make`. Then run the docker image built.
cd 42_libft
Make3. You can then compile your main with `libft.a`. Don't forget to include `libft.h`.
gcc -Wall -Werror -Wextra main.c libft.a
[1]: https://github.com/lucaslefrancq/42_libft/blob/main/libft.en.subject.pdf