Skip to content

This project is about recoding the printf function in C to use it in future projects

Notifications You must be signed in to change notification settings

HYYPNNOSS/Printf-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FT-PRINTF Project

Project Overview

FT-PRINTF is a 42 Project that aims to mimic libc printf function

Basics, requested from subject:

  • parsing for flags, field_width, precision, length_modifier.
  • parsing for conversion specifier.
  • displaying UTF-8 characters. (%C and %S).
  • computing unsigned numbers in base 2 (%b), 8 (%o), 10 (%u) and 16 (%x).
  • displaying signed numbers (%d %D %i).
  • displaying pointer address (%p).

About

This project is about recoding the printf function in C to use it in future projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published