Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages