libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
-
Updated
Apr 22, 2024 - C
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
`libft` offers an opportunity to understand how some basic functions in the standard C library work. It is often used as a fundamental exercise to reimplement these functions and create your own library. These functions span various areas such as memory operations, string manipulation, character handling, and lists.
Small tool to verify files of the libft project
Library in C that contains general-purpose functions to support my programs.
This is my first Library, which I made at the 42 Heilbronn
Writing my own library of functions from the C standard libraries
Custom C library that replicates standard functions and introduces extra utilities for handling strings, memory, and lists. This project serves as a foundation for mastering low-level programming and understanding function implementation in C.
ft_libft is a project at 42 School (École 42) that involves creating a library of useful C functions.
Custom C library - 1st project in the 42 Common Core curriculum
First 42 Core project
Add a description, image, and links to the 42-libft topic page so that developers can more easily learn about it.
To associate your repository with the 42-libft topic, visit your repo's landing page and select "manage topics."