Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maricard18/42-libft
This project is about coding our own C library.
https://github.com/maricard18/42-libft
42born2code 42cursus 42projects 42school c libft libft-42 libft42
Last synced: about 1 month ago
JSON representation
This project is about coding our own C library.
- Host: GitHub
- URL: https://github.com/maricard18/42-libft
- Owner: maricard18
- Created: 2022-11-11T12:30:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T02:25:29.000Z (about 1 year ago)
- Last Synced: 2023-12-08T03:23:33.117Z (about 1 year ago)
- Topics: 42born2code, 42cursus, 42projects, 42school, c, libft, libft-42, libft42
- Language: C
- Homepage:
- Size: 5.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libft
## Your very first library
This project is about coding our own C library.
It's a very useful tool in future projects and has been updated with more functions.
This project is in rank 0 of 42 common core and was graded with the score of 125/100.
-> [Subject here](https://github.com/maricard18/42-libft/blob/main/extras/en.subject.pdf)## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-libft# include the path to the libft.h file in your program, along with all the libft files
# Test it out!
```---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)