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

https://github.com/ekkoz897/42cursus_libft

42 school's first project: libft. The goal is to create our very own C library for use in future projects.
https://github.com/ekkoz897/42cursus_libft

42school c libft

Last synced: 8 months ago
JSON representation

42 school's first project: libft. The goal is to create our very own C library for use in future projects.

Awesome Lists containing this project

README

          

# 42cursus_libft

## Usage

``make`` without bonus functions.

``make bonus`` to compile with bonuses.

## Tests

Exec ``./test.sh`` and ``./test_bonus.sh`` if you want.
Those tests don't test everything but not the same things as *war machine*.