https://github.com/almayor/libft
"Your first own library"
https://github.com/almayor/libft
21school 42 42school libft
Last synced: 2 months ago
JSON representation
"Your first own library"
- Host: GitHub
- URL: https://github.com/almayor/libft
- Owner: almayor
- License: mit
- Created: 2020-03-31T19:31:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T20:31:55.000Z (over 4 years ago)
- Last Synced: 2025-01-30T05:26:43.677Z (4 months ago)
- Topics: 21school, 42, 42school, libft
- Language: C
- Homepage:
- Size: 4.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libft
*This project is part of the official curriculum at [School 42](https://en.wikipedia.org/wiki/42_(school)).*
## Disclaimer
> In [School 42](https://en.wikipedia.org/wiki/42_(school)), almost every project must be written to comply with. coding standard (also known as the "[Norm](./docs/subjects/norme.en.pdf)"). As a result, the implementation of certain parts may appear strange.## Overview
* [Official instructions](docs/subjects/libft.en.pdf)
* [Code documentation](https://almayor.github.io/libft/)
* The task is to recreate various functions from the standard C library, as well as to implement additional useful functions.
* The project is consistent with the [Norme](docs/subjects/norme.en.pdf), the code standard accepted at *School 42*.
* Use `make` to compile the library and `libft.h` in future projects
* This project has been tested with [Moulitest](https://github.com/yyang42/moulitest).## Acknowledgements
My thanks go to [yyang42](https://github.com/yyang42) for making Moulitest freely available online, to the entire team behind School 42 and its [Moscow branch](https://21-school.ru
), to my fellow students for fruitful discussions, as well as to creators and maintainers of Doxygen.