00001 #include "charm-api.h" 00002 00003 #define CMPI_DOUBLE_PRECISION 0 00004 #define CMPI_INTEGER 1 00005 #define CMPI_REAL 2 00006 #define CMPI_COMPLEX 3 00007 #define CMPI_LOGICAL 4 00008 #define CMPI_CHAR 5 00009 #define CMPI_BYTE 6 00010 #define CMPI_PACKED 7 00011 00012 extern "C" int typesize(int type, int count); 00013