Initial revision
[official-gcc.git] / gcc / f / runtime / libI77 / typesize.c
blob1cb20ff2863dcd0be48f4df2accc32e41c022a1f
1 #include "f2c.h"
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 0, sizeof(integer1),
8 sizeof(logical1), sizeof(shortlogical),
9 #ifdef Allow_TYQUAD
10 sizeof(longint),
11 #endif
12 0};