itkrivoshei / Libft

C library for School 21 projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C library for School 21 projects

License:GNU General Public License v3.0


Languages

Language:C 96.8%Language:Makefile 3.2%