Skip to content

tde-brui/ft_printf

Repository files navigation

ft_printf - A printf replica

Welcome to ft_printf! A custom implementation of the printf function coded in C. This project replicates the C function printf, using the va_list feature.

Features

~ Uses the va_list object type and the va_arg function to handle variable arguments.

~ Implemented Format Specifiers: '%c', '%s', '%d', '%u, '%x', '%X', '%p', '%%'.

About

A custom implementation of the printf function, made for the 42 curriculum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors