Skip to content

Libft (42cursus). This project aims to redo in C a library of usual functions that can be used is the next projects of 42.

Notifications You must be signed in to change notification settings

EgorKurito/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libft

Getting Started

git clone https://github.com/EgorKurito/libft libft
cd libft
make

This will produce a libft.a library which you can link to your project.

Usage

Header file are located in the includes directory.

The main header file is called libft.h, which can be included in your source files like this:

#include "libft.h" // include all libft functions

About

Libft (42cursus). This project aims to redo in C a library of usual functions that can be used is the next projects of 42.

Topics

Resources

Stars

Watchers

Forks