Skip to content
/ libft Public

This project aims to redo a library of some functions in C that can be used in the next projects of Codam.

Notifications You must be signed in to change notification settings

tutkuckr/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

This project aims to redo a library of some functions in C that can be used in the next projects of Codam.

Compilation & Usage To compile the library, you can use the following commands:

  • make or make all - Compiles the library.
  • make clean - Removes the object files generated during compilation.
  • make fclean - Removes the compiled library and the object files.
  • make re - Performs a clean recompilation of the library.
  • make bonus - Compiles the library including the bonus part.

The Makefile uses the following compilation flags:

  • -Wall -Wextra -Werror - Enables additional warnings and treats warnings as errors.
  • -I. - Specifies the include directory for header files.

Functions included in library

Functions from <ctype.h>

Functions from <string.h>

Functions from <stdlib.h>

⭐ Bonus part - Linked lists functions <stdlib.h>

About

This project aims to redo a library of some functions in C that can be used in the next projects of Codam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published