Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

itkrivoshei/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft 42 project

C library for 42.

Installation

git clone https://github.com/IT-Krivoshey/Libft.git

Build

  • To compile and generate a static C library named libft.a
    • make
  • To remove obj:
    • make clean
  • To remove objects and binary file:
    • make fclean
  • To re-compile:
    • make re

Usage

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

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

License

This project is licensed under the LGPLv3 License - see the LICENSE file for details.