Skip to content

jpjpcs/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_libft

Libtt is a library. The first one we created at 42.

Projects

Project: Libft - Your very first own library

Implemented a collection of functions mirroring the behavior of standard libc functions, with names prefixed by 'ft_'. Developed functions such as isalpha, isdigit, strlen, memcpy, calloc, and more, adhering to their defined behavior. Utilized memory management techniques and dynamic allocation using malloc to ensure efficient resource utilization. Designed a Makefile for the project, incorporating compilation flags and rules for building and cleaning the library.

Videos

https://www.youtube.com/watch?v=GExnnTaBELk
https://makefiletutorial.com/
https://www.youtube.com/watch?v=DtGrdB8wQ_8
https://www.gnu.org/software/make/manual/make.html#Makefile-Arguments
https://www.gnu.org/software/make/manual/make.html#Goals

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors