| 
 | 
Example:
| 
    #ifdef  DEBUG
    printf("x = %d\n", x);                 
    printf("y = %d\n", y);
    #endif
 | 
Compile your C program with:
| 
    gcc  -DDEBUG=    ...            
 | 
to enable/include the debug printf( ) statements