Skip to content

This project is pretty straightforward. I have recoded a printf.

Notifications You must be signed in to change notification settings

LineGM/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Number of lines of code Code language count GitHub top language GitHub last commit


About the project

This project is pretty straightforward. I have recoded a printf.

For more detailed information: subject.

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

About

This project is pretty straightforward. I have recoded a printf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published