Next Program Repair Shop 67

Declarations

     478      my ($first_block);         # read a block here
     479      my (%first_block_by_name); # save block by filename
     480        # this can get rather large, thus the need to free this ASAP
     481        # and return only the filenames as results
     482  
     483      my ($filenm);
     484      my ($first_file);
     485      my (@return_LoL);
        /* C */
        if (buf = malloc(bufsize)) {
          char *p = buf;
          ...
        }

Next Copyright © 2006 M. J. Dominus