Skip to content

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

Notifications You must be signed in to change notification settings

hamza-ezzahiry/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published