Skip to content

stefansilverio/printf

 
 

Repository files navigation

0x10 - C - printf

DESCRIPTION

First Holberton School group project in the Low Level Programming track.

Function prototype

int _printf(const char *format, ...);

Implemented format specifiers

Specifier type Description
c Single character
s String of characters
d or i Signed decimal integer
b Unsigned binary
u Unsigned decimal integer
o Unsigned octal

Compilation and testing

We compiled via:

$ gcc -Wall -Werror -Wextra -pedantic *.c

We also have some tests in the tests folder. Feel free to suggest more.

Authors

Fernando González-Morales, Stefan Silverio

About

building a simple printf in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.7%
  • Objective-C 1.3%