decimal.h 280 B

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