An open API service indexing awesome lists of open source software.

https://github.com/mathyscogne/mylibft_gnl_printf

A collection of my C library implementations for 42. Including my Libft (with additional bonus functions), Get Next Line (GNL), Ft_printf, and Ft_fprintf
https://github.com/mathyscogne/mylibft_gnl_printf

42 fprintf gnl libft printf

Last synced: 4 months ago
JSON representation

A collection of my C library implementations for 42. Including my Libft (with additional bonus functions), Get Next Line (GNL), Ft_printf, and Ft_fprintf

Awesome Lists containing this project

README

          


My Libft


Banner LIBFT C

This repository contains my implementations of essential C libraries.

It includes [libft](https://github.com/MathysCogne/42_libft), a collection of commonly used functions, [Get_Next_Line](https://github.com/MathysCogne/42_Get-Next-Line) for reading lines from a file descriptor, and [ft_printf](https://github.com/MathysCogne/42_ft_printf), a custom printf / fprintf function, and my [garbage collector](https://github.com/MathysCogne/my_garbage_collector_c).

## Disclaimer
> At 42 School, most projects must comply with the [Norm](https://github.com/42School/norminette/blob/master/pdf/en.norm.pdf).