ismaelsadeeq/Data-Structures-Algorithms-Problems

Implement function similar to printf

SulaimanAminuBarkindo opened this issue · 0 comments

  • takes variable number of arguments
  • print appropriate argument in place of format specifiers e.g %d for decimal
  • escape percentage with %%
  • not allowed to use printf in the implementation
  • implement your own putchar

I would like to implement this in C programming language if nobody is already working on it. @ismaelsadeeq