home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / ARRV110.ZIP / XMSARRAY.ZIP / LARGEARR.H < prev    next >
Text File  |  1991-03-01  |  128b  |  5 lines

  1. void *pointer_add(void *tes,long no);
  2. void *char_array(long size);
  3. void *int_array(long size);
  4. void *long_array(long size);
  5.