Skip to content

This is the first project as a student at 42 and it contains recoded functions of the C standard library as well as some other utility functions.

Notifications You must be signed in to change notification settings

mjorgecruz/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_libft

Libft is the 1st project of the Common Core curriculum at 42. It's about coding a C library: specifically, recoding a few functions of the C standard library, as well as some other utility functions.

How to use

  1. Clone repository

    git clone git@github.com:teresa-chow/42-libft.git
  2. Go inside project directory and run make

    cd libft
    make
  3. To use the library in your code, #include the following header

    #include "libft.h"

About

This is the first project as a student at 42 and it contains recoded functions of the C standard library as well as some other utility functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published