> dom> setlocale(LC_NUMERIC, "C"); // set locale to C sprintf(buf,
> dom> "%.4f", float_foo); setlocale(LC_NUMERIC, ""); // reset locale
> 
> Bill:
> Now *that* is my idea of a good place for a macro.

I don't think the preprocessor can handle macros with variable 
parameters, but I could be wrong.

Tomas

Reply via email to