Skip to content

Michael-Maina/printf

Repository files navigation

printf Recreation

This project involves the recreation of the printf function in C.

Allowed functions and macros

  • write
  • malloc
  • free
  • va_start
  • va_end
  • va_arg
  • va_list

Compilation

The code within this repository is compiled using the following flags:

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

About

Recreating C's printf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages