Skip to content

This is an implementation of c's famous printf function. It uses system calls, pointer, functions, structs, loops, conditions, finite state machines and so much more. The purpose is to have a better understanding of the printf function and appreciate the complexities of the builtin function.

Notifications You must be signed in to change notification settings

hileamlakB/cprintf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cprintf


### Description

Files 📃

  • printer.c
    • In this file, there is the printer function which works like a normal printer. This function inside 'printer.c' is a wrapper around the write system call inorder to make as small as math.upper((length of string / 1024)) system calls to the kernal.

About

This is an implementation of c's famous printf function. It uses system calls, pointer, functions, structs, loops, conditions, finite state machines and so much more. The purpose is to have a better understanding of the printf function and appreciate the complexities of the builtin function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages