/printf

This repository contains the source code for a custom implementation of the printf function in C, developed as part of the ALX School curriculum.

Primary LanguageC

0x11. C - printf

Resources

Read or watch:

Table of Content


Description

This function prints a string to the standard output (stdout). If the string includes special sequences beginning with the % character, it formats and incorporates additional provided arguments into the resulting string, substituting the corresponding sequences.

Compilation

$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c