Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Core Focus:

-Custom C standard library implementation, low-level memory handling, and static library compilation.

Technical Highlights:

-Reimplemented libc core functions (malloc, free, memset) adhering to strict memory alignment.Designed data structures including singly and doubly linked lists with robust edge-case validation. -Built an automated automated compilation pipeline using a Makefile with dependencies mapping (.a archive). -Enforced strict memory leak prevention through systematic manual deallocations tested via Valgrind.

About

A custom implementation of standard C library functions and linked list utilities. Focuses on low-level memory management, pointer manipulation, and static library compilation (libft.a). Built with a strict Makefile pipeline and tested for zero memory leaks using Valgrind.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages