RdEl00 / printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

printf project

printf

Description

printf is a well known function used in C programming to do formated printing. Usually it only takes the standard library to call it into a c program, and using it for simple strings or formatted specifiers that allow us to print diferent types of data.

Compilation

$ gcc -Wall -Werror -Wextra -pedantic *.c

Output

If everything is successful, the function returns the number of characters printed.

About


Languages

Language:C 100.0%