Introduction - If you have any usage issues, please Google them yourself
In linux, we generally debug a program by using "printf" fuction to print eye-catching character. But later when the program needs to be released, we have to delete the "printf" statements.
Sample code solves the above problem, using#define macros