Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.04 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.04 KB

Libft

About

Libft: This project is to code a C library regrouping usual functions that you’ll be allowed to use in all my other projects.

Project Contents :

  • 01. functions .c (also bonus part)
  • 02. Makefile
  • 03. My GNL function
  • 03. Author file

Resources :

Getting Started

Compiling

Run the following commands:

  • To compile
    • make
  • To remove objects:
    • make clean
  • To remove objects and binary file (program):
    • make fclean
  • To re-compile:
    • make re

You can add more functions to this library ? how ?

  • Fork this repository
  • Clone your repository forked
  • Contribute
  • Push
  • Create a pull request in this repository
  • Wait the merged !
  • Be happy :)

Copyright :

I took the readme image from this website