/libft

Official development project for libft in 42 lisbon

Primary LanguageC

LIBFT

-- @ 42 lisbon

❗ Modified after submit.

📝 Description

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

💻 Compatibility

unix / macOS

ℹ️ Usage

git clone https://github.com/Rafael2sf/libft.git libft

and cd libft/src

🔨 Build

make libft.a

  with bonus:

make bonus

📑 If you plan on doing this project, here are some tips

  • Build the makefile and libft.h so its easier to compile your code and test as you go
  • Read the 'man' if there is one
  • In most cases you can choose to protect your functions from null pointers or not