Skip to content

Creating and implementing a custom printf function in C

Notifications You must be signed in to change notification settings

micahondiwa/printf

Repository files navigation

printf()

Low level programming

Technologies

  • Files written in vi, vim, and emacs editors.
  • C files compiled using gcc 9.4.0.
  • C files wriiten according to the betty coding style.
  • Files tested on Ubuntu 20.04 LTS using gcc.

Files

File Description
_printf() A function that performs formatted output conversion and print data. Its prototype is the following: int _printf(const char *format, ...) Where format contains the string that is printed. As _printf() is variadic function, it can receives n arguments that replace by n tags written inside the string.

Contributers

Releases

No releases published

Packages

 
 
 

Languages