-Custom C standard library implementation, low-level memory handling, and static library compilation.
-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.