shawnteh1711 / ft_printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

Purpose

To create a program that mimic the standard printf function by following its format, specifiers, etc.

Printf Basic

image

Printf Specifier

%[flags][width][.precision][length]specifier

Important Notes

  • format
  • flags
  • specifier

Reference

  1. markdown
  2. printf notes
  3. printf code

About


Languages

Language:C 97.7%Language:Makefile 2.3%