Skip to content

This project consists of coding a library that contains a simplified version of the printf function. The project main goal is to learn about various arguments.

Notifications You must be signed in to change notification settings

vicquiro/42-ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-ft_printf

The functions are written in C language and need the gcc compiler, with <unistd.h>, <stdlib.h> and <stdarg.h> standard libraries to run.

Instructions

Compiling the library

$ cd 42-ft_printf/ && make

Using it in your code

#include "ft_printf.h"

Testing

About

This project consists of coding a library that contains a simplified version of the printf function. The project main goal is to learn about various arguments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published