MrFacundo / 42_ft_printf

42 ft_print.f project. Recode printf().

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📖 ft_printf

42 Lisbon Cursus - November 2022


GitHub code size in bytes Number of lines of code GitHub top language GitHub last commit

Summary

Write a basic printf function.

Subject

📗️

Allowed External Functions

  • read()
  • malloc()
  • free()
  • va_start, va_arg, va_copy, va_end

About

42 ft_print.f project. Recode printf().


Languages

Language:C 93.7%Language:Makefile 6.3%