You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Libft is a custom C library implementation that replicates key functions from the standard C library to enhance understanding of memory management, string manipulation, and data structures.
NotLibc is a custom implementation of essential C standard library functions, built from scratch. It provides foundational utilities for strings, memory, I/O, character checks, numbers, and linked lists, allowing for easy handling of common C tasks without relying on the standard library.
Welcome to Libft, a project where I recreated several essential functions from the C standard library to build a custom C library. This project is part of the 42 Network curriculum.
🚀 Libft implementation, the first 1337/42 project. A custom C library re-creating core functions — memory, strings, chars, and linked lists 🔗. Designed to master low-level programming, memory management, and build a strong foundation for future 42 projects. 💪🔥
A collection of essential C functions that replicate standard library functions and add useful utilities. It serves as a foundation for future 42 projects.
This 42 project involves creating a custom C library with common functions for use in all future 42 projects. The project strengthens skills in memory management, string manipulation, and function design, while providing reusable building blocks for ongoing development in C.