Help for this page

Select Code to Download


  1. or download this
    SV *make_aoa_c( int n_rows, int n_cols ) {
      int i, j;
    ...
    
      return newRV_noinc( table );
    }