[go: up one dir, main page]

Skip to content

it's not the real printf, but it's ALL in ONE --> ft_printf.c

Notifications You must be signed in to change notification settings

jblackiex/42_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 ft_printf

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 consists of coding a library that contains a simplified version (more
information below) of the printf function.

For more detailed information, look at the subject of this project.

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

Tested with:

About

it's not the real printf, but it's ALL in ONE --> ft_printf.c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published