Skip to content

School project: code a C library regrouping usual functions that will be allowed to use in all other 42projects (with all the bonuses).

Notifications You must be signed in to change notification settings

llefranc/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft (@42Born2Code)

"Your very first own library"

Alt text

About

Libft is a project of the mandatory part of the cursus. The main goal is to recreate several functions already or not existing in C, that will be useful later for other 42 projects.

This project was code on MacOS

Building and running the project

  1. Download/Clone this repo

     git clone https://github.com/lucaslefrancq/42_libft.git
    
  2. cd into the root directory, run Make. Then run the docker image built.

     cd 42_libft
     Make
    
  3. You can then compile your main with libft.a. Don't forget to include libft.h.

    gcc -Wall -Werror -Wextra main.c libft.a
    

About

School project: code a C library regrouping usual functions that will be allowed to use in all other 42projects (with all the bonuses).

Topics

Resources

Stars

Watchers

Forks