is a Holberton School ..proyect
64-bit system , Ubuntu 14.04
-
s = strings
-
c = characters
-
i = integers
-
d = decimals
-
% = percentage signs
-
b = binary
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
_printf("hello_%c",'w');
Output : "hello_w"