Skip to content

ZackSmith32/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_printf

Recreation of the ubiquitous printf function

I completed this project as a part of the curriculum at 42School Fremont

Notes
  • This project is dependent on my library: libft
  • Typing make re will compile the library: libftprintf.a
  • To test the code
  • Clone dependency libft (mentioned above) 'make' that code
  • Create a test main function. Compile the test main function and include the header and library files for both libft and printf.
  • Compile statement should look something like this:
    • gcc test_main -I libft.h ftprintf.h -L. libft.a libftprintf.a

About

recoding c function printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published