Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
      this is still debug code
    #endif DEBUG
      this is normal code
    
  2. or download this
      my $state = 0;
      my $debug = 0;;
    ...
        $debug=0,next if $debug && $state==0;
        print if $debug==0;
      }