Skip to content

ahokcool/libft-gnl-printf

Repository files navigation


ahokcool
An overview of all my projects can be found here: ahokcool

42
This project was created as part of my studies at: 42 Lisboa


Logo

libft-gnl-printf


In this repository, I have strategically merged the three foundational 42 projects:

  • libft
  • get_next_line (gnl)
  • ft_printf

This integration aims to leverage the strengths of these projects, which are designed to be used together for various C programming tasks. I use this repo in the following projects:


libft

  • A collection of C functions that are often used in various 42 projects.
  • Functions include a mix of standard C library functions and additional utility functions.

get next line

  • Efficiently reads a line from a file or standard input until a newline character is encountered.
  • Handles multiple file descriptors simultaneously.

ft_printf

  • Replicates (parts of) the printf function from the standard C library libc.

🔝 back to top 🔝

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published