home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / c / arr-v110.arj / XMSARRAY.ARJ / VIRIMG.H < prev    next >
Text File  |  1991-03-05  |  271b  |  9 lines

  1. void initialise_virtual_arrays(int real_img,long array_size,unsigned int no_imgs);
  2. void *large_array(int no,long ind);
  3. void *img(int no);
  4.  
  5. void *pointer_add(void *tes,long no);
  6. void *char_array(long size);
  7. void *int_array(long size);
  8. void *long_array(long size);
  9.