Help for this page

Select Code to Download


  1. or download this
    #define DBG(x) printf("DEBUG >> "#x" == %d\n",(x))
    
  2. or download this
    #include <stdio.h>
    #define DBG(x) printf("DEBUG >> "#x" == %d\n",(x))
    ...
        
        return 0;
    }