HYYPNNOSS / Printf-Clone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 80.0%Language:Makefile 20.0%