📚 My very first own library.
-
Updated
Jun 6, 2025 - C
📚 My very first own library.
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.
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.
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.
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.
42 School project: A custom implementation of essential C library functions, including memory management, string handling, and linked lists.
This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.
🚀 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.
A custom implementation of standard C library functions and other new useful functions,plus extra utilities like linked lists
This project focuses on building a C library that provides a range of utility functions to support different programs.
Add a description, image, and links to the libft-1337 topic page so that developers can more easily learn about it.
To associate your repository with the libft-1337 topic, visit your repo's landing page and select "manage topics."