Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

linhtng/ft_printf

Open more actions menu

Repository files navigation

🖨 ft_printf

Because putnbr and putstr aren’t enough

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


💡 About the project

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

This project codes a simplified version (more information below) of the printf function.

For more detailed information, look at the ft_printf.subject.pdf

🛠️ 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

recode printf()

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.