Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Copy of the original printf function of C langage.

Notifications You must be signed in to change notification settings

AnthonyLedru/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

This project is a copy of the original printf function of C langage.

This code complies with the 42 school norm: https://github.com/AnthonyLedru/ft_printf/blob/master/norm.pdf

Features

Supports all these converters, flags and modifiers:

Type Name
Converters %d / %s / %S / %p / %d / %D / %i / %o / %O / %u / %U / %x / %X / %c / %C / %%
Flags # / 0 / - / +
Modifiers hh / h / l / ll / j /z

Compilation

Run make command to compile the libftprintf library.

Usage

Compile your project with libftprintf.a. Don't forget to include "ft_printf.h"

To compile with the repository main:

gcc -Wall -Werror -Wextra main.c libftprintf.a -Iincludes/

Subject

https://github.com/AnthonyLedru/ft_printf/blob/master/ft_printf.pdf

About

Copy of the original printf function of C langage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors