Skip to content

Custom `printf` implementation in C. Supports various format specifiers and variadic arguments

Notifications You must be signed in to change notification settings

yvann-ba/Ft_Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_Printf

📜 Description

"Ft_Printf" is a custom implementation of the standard printf function in C, developed as part of my coursework at 42 School. This project aims to replicate the functionality of printf, supporting various format specifiers and managing variadic arguments efficiently.

⭐ My 42 score for this project:

image

📄 Official 42 School Subject:

https://github.com/rphlr/42-Subjects/blob/main/common-core/ft_printf/en.subject.pdf

🌟 Features

  • Custom implementation of the printf function
  • Support for multiple format specifiers
  • Handling of variadic arguments
  • Improved understanding of formatted output in C

⚙️ Installation

To clone and compile this project, follow these steps:

git clone https://github.com/your-username/Ft_Printf.git
cd Ft_Printf
make

🚀 Usage

Include the function in your projects:

#include "ft_printf.h"

Use ft_printf to print formatted output:

ft_printf("Hello, %s!\n", "world");

About

Custom `printf` implementation in C. Supports various format specifiers and variadic arguments

Topics

Resources

Stars

Watchers

Forks