Help for this page

Select Code to Download


  1. or download this
      if (! &func1()) {
        return 0;
      }
    
  2. or download this
      func1() or return 0;
    
  3. or download this
      func2() and return 0;