Help for this page

Select Code to Download


  1. or download this
    switch (ulong_val) {
      case 0       : handle_case0; break;
      case ULONGMAX: handle_caseMAX; break;
      default      : handle_default; break;
    }