Skip to content

Implementing a function similar to the printf function from C standard library.

Notifications You must be signed in to change notification settings

ammarelbadry1/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printf Project

Introduction

This project aims to implement a function that takes in some input and print formatted output, providing similar functionality to the printf function in the C programming language.

Project objectives

  • Function behavior should be like printf from the standard library. => { The Main Goal }
  • Management of variable arguments.
  • Resolve format specifiers. => ex. %c, %s, %d, %f, ..etc
  • Format specifiers matching and type conversion.
  • Error handling.

Project scope

Handling c, s, d, i, % format specifiers .. just for now

About

Implementing a function similar to the printf function from C standard library.

Topics

Resources

Stars

Watchers

Forks

Languages