/* prototypes. */ int ConvertDblToStr(double, char*, int, int); void SetThausandSeparator(char, char); /* constants. */ #define FIX_FORMAT 0x01 #define EXP_FORMAT 0x02 #define ADD_SEP_INTP 0x04 #define ADD_SEP_FRACP 0x08