1 2 3 4 5 6 7 8
#ifndef _ECPG_DECIMAL_H #define _ECPG_DECIMAL_H #include <ecpg_informix.h> typedef decimal dec_t; #endif /* ndef _ECPG_DECIMAL_H */