8000
Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

0