1 /* src/interfaces/ecpg/include/decimal.h */
2 
3 #ifndef _ECPG_DECIMAL_H
4 #define _ECPG_DECIMAL_H
5 
6 #include <ecpg_informix.h>
7 
8 /* source created by ecpg which defines this */
9 #ifndef _ECPGLIB_H
10 typedef decimal dec_t;
11 #endif							/* ndef _ECPGLIB_H */
12 
13 #endif							/* ndef _ECPG_DECIMAL_H */
14