Skip to content

A re-implementation of the C printf function with support for format specifiers, flags, precision, and length modifiers.

Notifications You must be signed in to change notification settings

lahbibsemlali/42_PRINTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_PRINTF

A custom implementation of the standard C printf function, developed as part of the 42 school curriculum. This project demonstrates proficiency in handling variadic functions, format specifiers, and output formatting.

Features

  • Supports various format specifiers: %c, %s, %p, %d, %i, %u, %x, %X, and %%.
  • Handles flags, width, precision, and length modifiers.
  • Manages variadic arguments using stdarg.h.

Getting Started

Prerequisites

  • GCC compiler

Compilation

gcc -Wall -Wextra -Werror -c ft_printf.c

About

A re-implementation of the C printf function with support for format specifiers, flags, precision, and length modifiers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published