Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /