Skip to content

Remasterized project Libft and added more functions.

License

Notifications You must be signed in to change notification settings

goldcod3/Libft_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft_v2

Remasterized project Libft and added more functions.

Resume:

This project consists of programming a C library using libc functions as a reference.

The library includes the functions of the following projects:

Compile Options:

$ make

The make rule will compile the whole library generating a static library 'libft.a' containing all the functions of the project.

$ make clean

The clean rule will delete all objects created to compile the library 'libft.a'.

$ make fclean

The fclean rule will delete all created objects and the 'libft.a' file that has been previously compiled.

$ make re

The re rule will remove all compiled objects and files (if any) and recompile the library.

About

Remasterized project Libft and added more functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published