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

https://github.com/babreton/42-libft

Create your own library
https://github.com/babreton/42-libft

42 42-libft 42cursus 42school babreton libft libft-42 libft42

Last synced: 2 months ago
JSON representation

Create your own library

Awesome Lists containing this project

README

        


BaBreton



language
language

# 42-Libft

Libft is a 42 school project that involves re-coding the basic functions of the C Language.
This Libft therefore contains the requested functions, as well as others for my personal use.

## Installation

You can compile the libft with :
```bash
make
```
It will give you libft.a archive, which you can add to your project compilation with :

```bash
-L/path_to_libft -lft
````