Header And Logo

PostgreSQL
| The world's most advanced open source database.

decimal.h

Go to the documentation of this file.
00001 /* src/interfaces/ecpg/include/decimal.h */
00002 
00003 #ifndef _ECPG_DECIMAL_H
00004 #define _ECPG_DECIMAL_H
00005 
00006 #include <ecpg_informix.h>
00007 
00008 #ifndef _ECPGLIB_H              /* source created by ecpg which defines this
00009                                  * symbol */
00010 typedef decimal dec_t;
00011 #endif   /* ndef _ECPGLIB_H */
00012 
00013 #endif   /* ndef _ECPG_DECIMAL_H */