Skip to content
/ printf Public

Team project on printf done by: Seife Demissie and Yared dejene muluneh

Notifications You must be signed in to change notification settings

siluye/printf

Repository files navigation

ALX SE -- Team Project (printf)

The prototype _printf(const char, *format, ...) produces an output to stdout, the standard output stream with the format. It is written to use a local buffer of 1024 bytes when printing.

This function returns number of characters printed (excluding the null byte used at the end of strings), ofcourse after a successful execution.

Prototype: int _printf(const char *format, ...)

Partners or Collaborators: Seife Shiferaw and Yared Dejene

About

Team project on printf done by: Seife Demissie and Yared dejene muluneh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages