Skip to content

My version of ft_printf, part of 42Firenze Common Core.

Notifications You must be signed in to change notification settings

nbidal18/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🖨️ ft_printf

Description

ft_printf is a custom implementation of the C standard library function printf. It provides formatted output to the standard output.

Usage

To use ft_printf in your project:

  1. Clone this repo on your machine and put this folder on you project's directory.
  2. Ensure your project's Makefile includes a rule to run the ft_printf Makefile.
  3. Replace any calls to printf() in your code with ft_printf().

Grade

I didn't do the Bonus part so I got 100.

About

My version of ft_printf, part of 42Firenze Common Core.

Topics

Resources

Stars

Watchers

Forks