Skip to content

RRebois/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors