florianMsK / libft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C 98.1%Language:Makefile 1.9%