Skip to content

archibald1418/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

ft_printf

ft_printf project for 42

Description

This is a replicated version of FreeBSD's printf function from stdio.h Use man printf for reference

type specifiers

%diuscXxp%

flags

-0

'*' argument list expansions

To build the project

  • run cd printf
  • run make
  • run test with make test. You can add new tests to the file if needed

About

ft_printf project for 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published