Skip to content

This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

Notifications You must be signed in to change notification settings

Justhiro55/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42Tokyo

ft_printf

スクリーンショット 2023-06-23 23 37 47

Getting Started

Run the following commands:

Compiling

Run the following commands:

  • To compile
    • make
  • To remove objects:
    • make clean
  • To remove objects and binary file (program):
    • make fclean
  • To re-compile:
    • make re

Testing

Third-party tester

I tested the library with this third-party tester:

About

This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published