Skip to content

Chukyy712/42-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

The aim of this project is to recode printf and learn how to use variadic arguments.

The subject of the project can be found in this link.

Mandatory part

Printf

Printf conversions
  • ☑️ c
  • ☑️ s
  • ☑️ p
  • ☑️ d
  • ☑️ i
  • ☑️ u
  • ☑️ x
  • ☑️ X
  • ☑️ %

Bonus part

Bonus part
  • Manage any combination of the following flags: ’-0.’ and minimum field width with all conversions
  • Manage all the following flags: ’# +’ (yes, one of them is a space)

Tasks

  • ☑️ Printf
  • ⬜ Bonus Part

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages