Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
typesize.c
Go to the documentation of this file.00001 #include "f2c.h"
00002 
00003 ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
00004                         sizeof(real), sizeof(doublereal),
00005                         sizeof(complex), sizeof(doublecomplex),
00006                         sizeof(logical), sizeof(char),
00007                         0, sizeof(integer1),
00008                         sizeof(logical1), sizeof(shortlogical),
00009 #ifdef Allow_TYQUAD
00010                         sizeof(longint),
00011 #endif
00012                         0};