Skip to content

Matesant/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagem 1 Imagem 2

🚀 Libft 🚀

The aim of this project is to get to know and recode some of the general functions fund in C, which will be used in future projects.

          At École 42, we are encouraged to reimplement functionalities from scratch.
          This project serves the purpose of deepening our understanding
          of functions that already exist in standard libraries.
          Similar to the initial project, we start by creating fundamental
          versions of these functions, adhering to explicit limitations.
          As we advance through the curriculum, we are permitted to enhance
          our library by adding extra functions and features to our Libft.
          This iterative process not only solidifies our understanding of core concepts
          but also fosters creativity and the ability to expand on existing knowledge.
    

🚲 Usage:

The library is written in C language and needs the gcc compiler to run.

  • make - compiles all mandatory functions
  • make bonus - Compiles all bonus functions
  • make re - cleans everything and recompiles all files
  • make clean - removes all object files
  • make fclean - cleans everything

🌀 Testing:

You have the option to either create your own tests or utilize third-party tests, such as:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published