Skip to content

AchrafMez/printf

Repository files navigation

ft_printf

Build Status

Description

As I already said in libft At 1337 we are not allowed using functions that are already exist, so we must recode our own functions. and ft_printf is a custom implementation of the printf function in C.

Supported format

  • %c : Character

  • %s: String

  • %d or %i : Integer

  • %u : Unsigned Integer

  • %x : Hexadecimal (lowercase)

  • %X : Hexadecimal (uppercase)

  • %p : Pointer

Releases

No releases published

Packages

No packages published