/libft

#2nd project @Ecole42

Primary LanguageC

#42 LIBFT

libft is the enhanced standard C library, with I/O functions, string managements, memory managements and much more.

  • Compiling
  • make or make libft.a
  • Clean
  • clean (deletes all *.o files)
  • Fclean
  • fclean (execute clean then deletes .a lib file)
  • Using
  • Libft is used like any other library. Include the libft.h header in your projects, then run your project along with -L [location of .a] -l ft

Libft is memoryleaks free.