aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/decimal.h
blob: 96901927cdd46fb0f4c118a1ab5282a6d15b0130 (plain)
1
2
3
4
5
6
7
8
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H

#include <compatlib.h>

typedef decimal dec_t;

#endif /* ndef _ECPG_DECIMAL_H */