0x11. C - printf team project
General
-
Allowed editors: vi, vim, emacs
-
All your files will be compiled on Ubuntu 20.04 LTS using gcc, using the options -Wall -Werror -Wextra -pedantic -std=gnu89
-
All your files should end with a new line
-
A README.md file, at the root of the folder of the project is mandatory
-
Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
-
You are not allowed to use global variables
-
No more than 5 functions per file
-
In the following examples, the main.c files are shown as examples. You can use them to test your functions, but you don’t have to push them to your repo (if you do we won’t take them into account). We will use our own main.c files at compilation. Our main.c files might be different from the one shown in the examples
-
The prototypes of all your functions should be included in your header file called main.h
-
Don’t forget to push your header file
-
All your header files should be include guarded
Note that we will not provide the _putchar function for this project
Group Project:
-
I'm not going anywhere. You can print that wherever you want to. I'm here and I'm a Spur for life
Write a function that produces output according to a format. -
Education is when you read the fine print. Experience is what you get if you don' t
Handle the following conversion specifiers: -
With a face like mine, I do better in print
Handle the following custom conversion specifiers: -
What one has not experienced, one will never understand in print
Handle the following conversion specifiers: -
Nothing in fine print is ever good news
Use a local buffer of 1024 chars in order to call write as little as possible. -
My weakness is wearing too much leopard print
Handle the following custom conversion specifier: -
How is the world ruled and led to war? Diplomats lie to journalists and believe t hese lies when they see them in print
Handle the following conversion specifier: p. -
The big print gives and the small print takes away
Handle the following flag characters for non-custom conversion specifiers: -
Sarcasm is lost in print
Handle the following length modifiers for non-custom conversion specifiers:
l
h
Conversion specifiers to handle: d, i, u, o, x, X
-
Print some money and give it to us for the rain forests
Handle the field width for non-custom conversion specifiers. -
The negative is the equivalent of the composer's score, and the print the perfor mance
Handle the precision for non-custom conversion specifiers. -
It's depressing when you're still around and your albums are out of print
Handle the 0 flag character for non-custom conversion specifiers. -
Every time that I wanted to give up, if I saw an interesting textile, print what ever, suddenly I would see a collection
Handle the - flag character for non-custom conversion specifiers. -
Print is the sharpest and the strongest weapon of our party
Handle the following custom conversion specifier: -
The flood of print has turned reading into a process of gulping rather than savo ring
Handle the following custom conversion specifier: -
All the above options work well together.