Skip to content

Libft is a project that makes you create a library of useful functions in C.

License

Notifications You must be signed in to change notification settings

haytham10/Libft

Repository files navigation

LIBFT

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

App Screenshot

How to Use

You can use any function included in the library directly into your file.c by calling it's name and including the archive file during compile.

Archive the library:

  make libft.a
  make bonus

You can compile your main file this way:

    gcc -Wall -Werror -Wextra main.c libft.a

Run the program now:

    ./a.out 

Features

  • Easy to Use
  • Optimized
  • Protected against memory leaks
  • Treats various conditions

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Libft is a project that makes you create a library of useful functions in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published