https://github.com/eteissonniere/libft
Training for 42 school: reimplementing the standard libc and adding some stuff
https://github.com/eteissonniere/libft
42born2code libc libft
Last synced: about 1 year ago
JSON representation
Training for 42 school: reimplementing the standard libc and adding some stuff
- Host: GitHub
- URL: https://github.com/eteissonniere/libft
- Owner: ETeissonniere
- Created: 2019-01-12T16:04:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T20:53:35.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:26:32.430Z (over 1 year ago)
- Topics: 42born2code, libc, libft
- Language: C
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libft
Wanted to train for the 42 coding school, so figured out I would just do their projects.
## Usage
- `make` to build
- `make re` to rebuild
- `make clean` or `make fclean` to clean
## What for?
Mostly for the challenge, this might be useless in most cases.
Also added some C utility functions that are not in the `libc`, those might come useful.
## Tests
Tested and hardened against [libft-unit-test](https://github.com/alelievr/libft-unit-test).