Skip to content

kay30kim/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf - A Custom printf Implementation

About the Project

The ft_printf project is an implementation of the printf function, which is a crucial part of the standard C library. This custom ft_printf function mimics the original printf and is designed to handle various format specifiers, making it a versatile tool for formatting and displaying data. By successfully completing this project, you will gain a deeper understanding of variable arguments and function parameters in C/C++.

Features

  • Custom ft_printf implementation with support for various format specifiers.
  • Handles conversions for: %c, %s, %p, %d, %i, %u, %x, %X, and %%.
  • Performs precise output formatting and manages variable arguments.
  • Demonstrates proficiency in memory management.
  • You can use this library to format and display data in your C/C++ projects.

About

My own printf function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors