Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yanel19r/ft_printf

Repository files navigation

ft_printf

Table of contents

About the project

Goal:

Implement ft_printf(), which replicates printf() functionality for specific format specifiers.

Features

  • Support for various format specifiers, including:
    • %d or %i for integers
    • %u for unsigned integers
    • %x and %X for hexadecimal representation
    • %s for strings
    • %c for characters
    • %p for pointer addresses
    • %f for floating-point numbers (if implemented)
  • Customizable output formats
  • Efficient memory management

External Functions:

You are allowed to use malloc(), free(), write(), and the variadic functions (va_start, va_arg, va_copy, va_end).

Resources

About

printf() implementation, simpler...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published