Skip to content

A project on printf function 💥 , An ALX team project written by NwabuezeFranklin and Antansieye

Notifications You must be signed in to change notification settings

NwabuezeFranklin/printf

Repository files navigation

Write your own printf function.

Authorized functions and macros

  • write (man 2 write)
  • malloc (man 3 malloc)
  • free (man 3 free)
  • va_start (man 3 va_start)
  • va_end (man 3 va_end)
  • va_copy (man 3 va_copy)
  • va_arg (man 3 va_arg)

For this project, we expect you to look at these concepts: 🎩

Group Projects

Pair Programming - How To

Flowcharts

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c

Authors: Nwabueze Franklin Ifeoluwa Atansieye

About

A project on printf function 💥 , An ALX team project written by NwabuezeFranklin and Antansieye

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages