Skip to content

RRebois/libft

Repository files navigation

LIBFT

This project is the first project of the 42 cursus. The purpose of the project is to recreate some functions of the standard C library.

Built with

  • C

How to use it

Installation

  • Clone the repo:
git clone [email protected]:RRebois/libft.git

compilation

  • Compile the library
make
  • Usage
#include "libft.h"
  • Compile the project with the library
gcc my_project.c -o my_project_name libft.a
  • Run the project
./my_project_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published