Skip to content
/ printf Public

This is a Collaboration Project in creating our own printf function

Notifications You must be signed in to change notification settings

OMmienu/printf

Repository files navigation

  1. Write a function that produces output according to a format.
  2. Handle the following conversion specifiers
  3. Handle the following custom conversion specifiers
  4. Handle the following conversion specifiers
  5. Use a local buffer of 1024 chars in order to call write as little as possible
  6. Handle the following custom conversion specifier
  7. Handle the following conversion specifier
  8. Handle the following flag characters for non-custom conversion specifiers
  9. Handle the following length modifiers for non-custom conversion specifiers
  10. Handle the field width for non-custom conversion specifiers.
  11. Handle the precision for non-custom conversion specifiers.
  12. Handle the 0 flag character for non-custom conversion specifiers
  13. Handle the - flag character for non-custom conversion specifiers
  14. Handle the following custom conversion specifier
  15. Handle the following custom conversion specifier
  16. All the above options work well together.

About

This is a Collaboration Project in creating our own printf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages