Skip to content

MarouanDoulahiane/ft_printf

Repository files navigation

ft_printf

About

The ft_printf project challenges you to reimplement the printf function in C. By undertaking this project, you'll gain valuable insights into using variadic arguments and learn how to develop a library containing a simplified version of the printf function.

For more detailed information, refer to the subject of this project.

Usage

Requirements

To compile and use the function, ensure you have the following:

  • cc compiler
  • Standard C libraries

Instructions

  1. Compiling the library:

Navigate to the library path and execute:

$ make

Using it in your code: Include the library's header file in your code:

#include "ft_printf.h"

Testing

You can use third-party testers like Tripouille/printfTester for comprehensive testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published