home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / f2c / libi77 / typesize.c < prev    next >
C/C++ Source or Header  |  2000-01-15  |  206b  |  7 lines

  1. #include "f2c.h"
  2.  
  3. ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
  4.             sizeof(real), sizeof(doublereal),
  5.             sizeof(complex), sizeof(doublecomplex),
  6.             sizeof(logical), sizeof(char) };
  7.