Recode stdio's printf function
- Parsing for flags, precision, field width
- Parsing for conversion specifier
- Displaying UTF-8 characters. (%c and %s)
- Computing unsigned numbers in base 10 (%u) and 16 (%x, %X)
- Displaying signed numbers (%d %i)
- Displaying pointer address (%p)
- Displaying % sign
Use Makefike to run the project
$>make