An open API service indexing awesome lists of open source software.

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

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).