mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
13 lines
301 B
C
13 lines
301 B
C
/* src/interfaces/ecpg/include/decimal.h */
|
|
|
|
#ifndef _ECPG_DECIMAL_H
|
|
#define _ECPG_DECIMAL_H
|
|
|
|
#include <ecpg_informix.h>
|
|
|
|
#ifndef _ECPGLIB_H /* source created by ecpg which defines this
|
|
* symbol */
|
|
typedef decimal dec_t;
|
|
#endif /* ndef _ECPGLIB_H */
|
|
|
|
#endif /* ndef _ECPG_DECIMAL_H */
|