Skip to content

Aanuoluwa101/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description for the functions used in the printf project

printf - prints a formatted string write_character - prints a character, called by %c and %% write_string - funtion that writes a string, called by %s print_binary - function that prints a unsigned integer in binary, called by %b _strlen - a function that finds the length of string print_reverse - function that prints a string in reverse, called by %s print_number - function that prints a singed integer, called by %d and %i is_in - function that checks for the membership of a character in an array of characters. we use this to select specifiers.

About

Writing our own printf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages