Skip to content

This project consists in coding the printf function.

Notifications You must be signed in to change notification settings

yass-mhl/ft_printf

Repository files navigation

ft_printf

This project consists in coding the printf() function.

Features

  • %c Displays a single character.
  • %s Displays a string (as defined by the C convention).
  • %p The void * pointer argument must be displayed in hexadecimal.
  • %d Display a decimal number (base 10).
  • %i Display an integer in base 10.
  • %u Display an unsigned decimal number (base 10).
  • %x Displays a number in hexadecimal (base 16) with lower case letters.
  • %X Displays a number in hexadecimal (base 16) with upper case letters.
  • %% Displays a percentage sign.

🛠 Skills

  • Algorithms
  • Memory management
  • Imperative programming
  • Rigor

Tech Stack

C

Authors

About

This project consists in coding the printf function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published