Skip to content

Welcome to ft_printf here we make printing stuff easier.

Notifications You must be signed in to change notification settings

rode-lim/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Welcome to ft_printf here we make printing stuff easier.

ft_printf - Custom Printf Function for C

Introduction

ft_printf is a custom implementation of the printf function in the C standard library. This project aims to replicate the functionality of the printf function while also providing extensibility for custom format specifiers. It's designed to be a powerful and flexible tool for formatting and displaying text in C programs.

Features

  • Standard format specifiers (e.g., %d, %s, %c)
  • Additional custom format specifiers (e.g., %b for binary, %r for colored output)
  • Support for width and precision
  • Customizable output handlers
  • Error handling and return value management
  • And more...

Contact

If you have any questions or suggestions, feel free to contact me at rode-lim@student.42lisboa.com.

About

Welcome to ft_printf here we make printing stuff easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published