Skip to content
/ printf Public

All the files for the printf project for Holberton School

Notifications You must be signed in to change notification settings

mag389/printf

Repository files navigation

_printf

README file for _printf()

Prints a string with specified formatting, a recreation of the ubiquitous printf() function.

Within this repository are all the files necessary for the function to work, each file contains at most five functions. In addition to the function files and the README, there is also a header file containing prototypes, and a manual page file.

examples

_printf("hello");

hello

_printf("here is a number: %i", 1234);

here is a number: 1234

_printf("here is a string: %s and a character: %c", "hi", 'c');

here is a string: hi and a character: c

About

All the files for the printf project for Holberton School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages