0x11. C - printf team project
Group Project:
The aim of this project is to test my ability to comprehend what i have gone through and thus i ahve to do the following Write a function that produces output according to a format Handle the following conversion specifiers Handle the following conversion specifiers Use a local buffer of 1024 chars in order to call write as little as possible Handle the following custom conversion specifier Handle the following conversion specifier Handle the following flag characters for non-custom conversion specifiers Handle the following length modifiers for non-custom conversion specifiers Conversion specifiers to handle: A, E, I, O, U... a, e, i, o, u Handle the field width for non-custom conversion specifiers. Handle the precision for non-custom conversion specifiers Handle the 0 flag character for non-custom conversion specifers Handle the - flag character for non-custom conversion specifiers Handle the following custom conversion specifier All the above options work well together