Monday, July 27, 2009

How to create my own defined header in Turbo C?

Like sulat("Hello World!");


instead of printf("Hello World!");

How to create my own defined header in Turbo C?
yeah just copy the printf code


and put in sulat


look at the file stdio.h for the prototype as well


in kerningham and ritchie there is an example on how to create customized printf function


No comments:

Post a Comment