Read or watch:
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.
$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c