Skip to content

Printf function developed for a Holberton school project

Notifications You must be signed in to change notification settings

Tribeoftech/holbertonschool-printf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holbertonschool-printf

Printf function developed for a Holberton School project

Function that produces output according to a format, using the format specifiers %s, %c, %d, and %i.

GUIDELINES

Use the prototype: *int _printf(const char _format, ...);

Print all of format* to std output and handle the conversion specifiers: "c", "s", "%", "d", and "i"

Returns the number of characters printed written in vi, vim, or emacs

Must be compiled with the following command gcc -Wall -Wextra -Werror -pedantic -std=gnu89 -Wno-format *.c

No more than five functions per file

We are learning to use multiple functions and the use of a variadic functions, and passing the logic using format sepcifiers.

COMPLETION

This project was completed by Alex Dipboye and Shadi Shwiyat

About

Printf function developed for a Holberton school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.2%
  • Shell 3.8%