blob: 99aac67cb6c278e045e834f0f5cca912e1a83ef8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.15 2008/02/14 12:22:36 meskes Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
/* typedef decimal dec_t; */
#endif /* ndef _ECPG_DECIMAL_H */
|