Skip to content

Contents of 42sp's Third Project - Reproduce the Behavior of The Printf Function

Notifications You must be signed in to change notification settings

ArthurSobreira/42_ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_Printf [110 / 100]

Summary

The third project on the 42sp fundamentals track, Ft_Printf, is based on the creation of a function that mimics the original behavior of printf(), from the Standard Input / Output library. This project's main objective is to introduce the use of variadic parameters, in addition to reinforcing concepts such as compilation with folder structure, recursive functions, and more.


Mandatory Files

Bonus Files

Run the Program

  • Make sure you clone the repository with the following command:
$> git clone git@github.com:ArthurSobreira/42_ft_printf.git
  • Once cloned, to compile a simple test rule, run one of the following commands:
$> make run_m (mandatory tests)
$> make run_b (bonus tests)

About

Contents of 42sp's Third Project - Reproduce the Behavior of The Printf Function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published