home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / LOTUS.H < prev    next >
Encoding:
Text File  |  1988-02-02  |  171 b   |  7 lines

  1.  
  2.  
  3. typedef char string80[80];
  4.  
  5. void LotusFileSave(float *datary,string80 rowlabel[], string80 collabel[],
  6.                    int numrow,int numcol,char filename[]);
  7.