Skip to content

The goal of this project is creating my own version of printf, It is to understand and implement a c variadic function.

Notifications You must be signed in to change notification settings

tarikkudesu/ft_printf

Repository files navigation

Overview

The goal of this project to create my own version of the printf function.

Description

  • This project is implemented in c and is compilable with a Makefile.
  • The Makefile compiles a library with the command ar.
  • The Library contains a reimplementation of the libc variadic function printf.
  • The function is able to handle the following conversions: cspdiuxX%

New Concepts

  • Variadic functions.

About

The goal of this project is creating my own version of printf, It is to understand and implement a c variadic function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published