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

Ekkoz897/42cursus_Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ 42cursus_Printf

Because putnbr and putstr aren’t enough


💡 About the project

This project is pretty straight forward. You will recode printf. You will mainly learn how to use variadic arguments.

This project consists of coding a library that contains a simplified version (more
information below) of the printf function.

🛠️ Usage

Requirements

The function is written in C language and thus needs the gcc compiler and some standard C libraries to run.

Instructions

1. Compiling the library

To compile, go to the library path and run:

$ make

2. Using it in your code

To use the library functions in your code, simply include its header:

#include "ft_printf.h"

📋 Testing

You can use this third party tester to fully test the project:

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