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
- Host: GitHub
- URL: https://github.com/mathyscogne/mylibft_gnl_printf
- Owner: MathysCogne
- Created: 2024-10-25T23:04:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:04:54.000Z (about 1 year ago)
- Last Synced: 2025-01-10T12:22:34.737Z (about 1 year ago)
- Topics: 42, fprintf, gnl, libft, printf
- Language: C
- Homepage:
- Size: 572 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Libft
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).