Skip to content

In this repo, the formidable duo handle their C-Printf project ,we have a comprehensive readme file

Notifications You must be signed in to change notification settings

Mercy-Njuguna/oh-well

Repository files navigation

printf

Description

This project aims at creating a function that can print formatted output to the console. The function takes a format string as input, which specifies how the output should be formatted, and a variable number of arguments, which contain the data to be printed. The function then processes the format string and outputs the formatted data to the console.

Compilation

-All our files are compiled on Ubuntu 20.04 LTS and our code compiled using $ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c

Others 😚

  • No global variables used
  • No more than 5 functions per file
  • Our code uses the Betty style. It will be checked using betty-style.pl and betty-doc.pl
  • header files are include guarded

Authors

The formidable duo Polycarp Moigo and Mercy Njuguna

Polycarp Moigo.

Mercy Njuguna.

About

In this repo, the formidable duo handle their C-Printf project ,we have a comprehensive readme file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages