Skip to content

💬 A custom implementation of the standard printf function from the <stdio.h> library.

Notifications You must be signed in to change notification settings

rmitache-ai/ft_printf

Repository files navigation

💬 ft_printf

An individualized implementation of the printf function, which is a part of the stdio.h library. Formatted text can be produced with this function to a console or terminal. You may quickly format and show text, variables, and other data using ft_printf. It is intended to fulfill particular requirements while offering functionality akin to that of the default printf.

ft_printf image

Usage

make // This will compile the mandatory part

Simply include this header inside your file to access the function

#include "ft_printf.h"

Testing

To test your code you can use this following git repository:

About

💬 A custom implementation of the standard printf function from the <stdio.h> library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published