Help for this page

Select Code to Download


  1. or download this
            $fh->say("static unsigned char ${indexed_name}_bits[] = { " . 
    +join(', ', $hexes->@*) . ' };');
    
  2. or download this
            $fh->say("static unsigned char ${indexed_name}_bits[] = {");
            $fh->say(join(', ', $hexes->@*));
            $fh->say('};');