Skip to content

Introduction to variadic functions through a basic implementation of printf

Notifications You must be signed in to change notification settings

pibouill/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ready to help

GitHub code size in bytes

ft_printf

This project is an introduction to variadic functions and the macros related to them

<stdarg.h>

  • va_arg
  • va_start
  • va_copy
  • va_end

Basic implementation of printf

External functions allowed:

  • malloc
  • free
  • write

Handles %(c,s,p,u,d,i,x,X,%)

About

Introduction to variadic functions through a basic implementation of printf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published