kaelwebdev / printf

holberton proyect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My printf in c

Description

is a Holberton School ..proyect

Systems Prerequisites 📋

64-bit system , Ubuntu 14.04

Conversion Specifiers::mag_right:

  • s = strings

  • c = characters

  • i = integers

  • d = decimals

  • % = percentage signs

  • b = binary

Command tests ⚙️

Create a main with like this: #include <limits.h> #include <stdio.h> #include "holberton.h" int main (void) { printf(hello%c, "world"); } then run this command:

$ gcc -Wall -Wextra -Werror -pedantic -Wno-format main.c *.c -o printf

Example:sleepy:

_printf("hello_%c",'w');

Output : "hello_w"

The pseudocode 📝

diagrama

Component diagram 📝

diagrama

Authors ©️

About

holberton proyect


Languages

Language:C 100.0%