Skip to content

3ka1tz/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

This project has been created as part of the 42 curriculum by elopez-u.

Description

This project is your very first project as a learner at 42. You will need to recode a few functions from the C standard library, as well as some other utility functions that you will use throughout your whole curriculum.

Instructions

  1. Clone the repository:
git clone https://github.com/3ka1tz/libft.git
  1. Move into it:
cd ~/libft/
  1. Build the project:
make

To use the library in your code, include the header:

#include "libft.h"

When compiling your project, link the library by including it in your compilation command:

cc -Wall -Wextra -Werror main.c libft.a -o program_name

Resources

https://en.wikipedia.org/wiki/C_standard_library

About

Library that includes numerous general purpose functions

Resources

Stars

Watchers

Forks

Contributors