Skip to content

ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.

Notifications You must be signed in to change notification settings

miketaonjo/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name : ft_printf

For this project, the assignment is : Write a library that contains ft_printf(), a function that will mimic the original printf()

  • Supported conversions: %, c, s, p, i, d, u, x, X

Usage

In order to compile : make or make bonus

In order to get the correct output : gcc srcs/main.c libftprint.a && ./a.out

About

ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published