Skip to content

chimpansiets/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FT_PRINTF

My own implementation of the libc printf function.

Getting Started

Run my makefile by typing 'make' in a terminal in this directory. My makefile compiles a static library called libftprintf.a

Features

following conversions : % (cspdiouxXf) following flags : '#' '0' '-' '+' ' ' 'hh' 'h' 'll' 'l' 'L'

Authors

Bugs

  • Trying to use positional arguments with the '$' specifier will get you stuck in an infinite loop :(

Acknowledgments

About

My own recreation of libc's printf function!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published