libft42
There are 201 repositories under libft42 topic.
pasqualerossi/Libft
First 42 School Project. Creating your own library.
pasqualerossi/42-Cursus-Tester
Instructions on how to use the 42 Cursus Tester.
FranFrau/Supreme-Tester-Libft
An autotester for the 42School Libft
jdecorte-be/42-Libft
My own library of useful functions in C.
DevAwizard/Libft_by_anwu-yan
Libft is a foundational project where essential C functions are recreated to form a personal library. It enhances coding skills and understanding of programming principles, serving as a critical step in a developer's journey.
knoxvillie/libft
This project aims to understand how these functions work, implement them, and learn how to use them, to create your own library. It will be useful as you will use it in your next C projects.
emreakdik/42libft
Ecole 42 libft projesi icin notlarim ve dosyalarim.
ulyssegerkens/libft
Libft 42 project. Bonus included. Achieved April 2023.
achrafelkhnissi/libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
Kuninoto/42_Libft
This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.
MarcusVinix/42libft
This is my C functions library, my first project as a cadet at School 42 São Paulo. It has functions to manipulate strings, memory, and linked list, and I will expand this in the future when necessary.
mcombeau/libft
42 school's first project: libft. The goal is to create our very own C library for use in future projects.
vittoric/Libft
Primer proyecto como estudiante de 42Madrid
gemartin99/Libft
The objective of this project is to program a C library regrouping usual functions that you'll be allowed to use in all your future projects.
PublioElio/School-42-libft
A repository with all archives for the proyect libft in the School 42 core cursus. It's a custom-made library :books: of useful functions in C language :wrench:
RIDWANE-EL-FILALI/libft
libft made easy
Haimasker/ft_printf
printf() implementation in C
izenynn/libft
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
MaazBinNaseer/42-LibFt-
Creating our own library folder from start
OsemaFadhel/Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
ugozchi/42_Libft
Libft ma propre bibliothèque ! 📚
Alphacharge/libft_tester_manager
Manage the download and setup from the known Testers for libft.
Caglaar/ecole42-files
All 42 Ecole Projects
Jkutkut/42Madrid-Libft
Custom C library with multiple functions and utils.
amaitou/Libft
A library of standard C functions from scratch. These functions cover essential operations such as string manipulation, memory allocation, and more. The primary goal is to deepen understanding of these fundamental concepts and provide a reliable library for use in subsequent projects.
dracudev/Libft
Library in C that contains general-purpose functions to support my programs.
Haimasker/Libft
Standard C functions implementation
simon-zerisenay/42-ft_printf
42 ft_printf: ft_printf is a project that involves recreating the functionality of the printf function from the standard C library. The project focuses on parsing format specifiers, formatting output, and handling various data types.
abdo-sebban/libft
Libft is a custom C library that replicates key functions from the standard library, adding utilities for string handling, memory management, and data structures. It's a foundational toolkit for C developers, ideal for optimizing and reusing core functions in projects.
alx-sch/42_libft
Coding a C library from scratch, containing many general-purpose functions.
amauricoder/42_libft
First project from 42 - create your own library of functions.
emtraverso/42-Common-Core
⭐ Take a look at my GitHub repository featuring projects completed during my time at 42 Firenze! ⭐
lareii/libft
📚 My very first own library.
LeeSinLiang/Libft
Custom C library that contains implementations of various standard library functions in C.
lucAsC87/libftquickman
A friendly, quick and dirty manual aimed to assist you in your 42's libft project.
maksim-volkmann/Libft
A custom C library I created by re-coding essential standard C functions for use in my 42 School projects.