hopelucas / 42-Printf

Rebuilding the printf function using limited functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42-Printf

Information

Purpose

To rebuild the printf function using limited functions.

Files Needed

  • Libft (as seen here)
  • Makefile
  • ft_printf.c
  • hex-pointer-string-character.c
  • intunsignedint.c
  • ft_printf.h
  • libftprintf.h

Method

Planning

Testing

Testers Used

https://github.com/Abaker-Hype/42-Cursus-Tester

Result

  • Score: 100/100
  • Bonuses: No
  • Memory Leaks: 0

Screen Shot 2021-11-30 at 5 14 55 PM

About

Rebuilding the printf function using limited functions.


Languages

Language:C 94.4%Language:Makefile 5.6%