8000 GitHub - MohamedTwahir/printf
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MohamedTwahir/printf

Repository files navigation

printf() The printf project is a collaboration between Mohamed Twahir and Victor kalenda, students of ALX Software Engineering program, where a function named "_printf" imitates the actual "printf" command located in the stdio.h library. It contains some of the basic features and functions found in the manual 3 of "printf".

_printf() is 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0