Hi Everyone, Can you give me some good Example? This Exlample will print the Hello without using printf. It is possible. Can you help me?
Why you dont want to use printf(), I believe you can directly capture memory and write anything there, or an easy way could be using putchar like routines.
you can possibly file open stdout; not sure for the memory, but the putchar will do, too. And really, WHY ?