Skip to content

Recoding of the simplified version of the printf function in C

License

Notifications You must be signed in to change notification settings

iker-gonzalez/ft-printf

Repository files navigation

42cursus' ft_printf

Development repo for 42cursus' ft_printf project
For further information about 42cursus and its projects, please refer to 42cursus repo.

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit


🗣️ About

This project consists of coding a library that contains a simplified version of the printf function.

For detailed information, refer to the subject of this project

🛠️ Usage

Requirements

The library 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 the library, run:

$ cd path/to/ft_printf && make

2. Using it in your code

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

#include "ft_printf.h"

and, when compiling your code, add the required flags:

-lftprintf -L path/to/libftprintf.a -I path/to/ft_printf.h

Testing

You can use any of this third-party testers:

About

Recoding of the simplified version of the printf function in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published