/libft

Primary LanguageC

badge de 42

Libft

🚀 Your own library just for you.

grade of the libft project

👀 Preview

This first project consists of recoding a certain number of functions from the standard C library, as well as other utility functions that you will reuse throughout your course.

forthebadge forthebadge

👀 Rules

  • Prohibition to use global variables.
  • If you need auxiliary functions to perform a complex function, you must define them in static in accordance with the Standard. Thus, their scope will be limited to the file concerned.
  • You must render all your files in the root of your repository.
  • It is forbidden to render unused files.
  • Each .c file must be compiled with the flags -Wall -Wextra -Werror.
  • You must use the ar command to create your library. The use of the libtool command is forbidden.
  • Your libft.a must be created at the root of your repository.