Angus Leeming <[EMAIL PROTECTED]> writes: | What do you use if snprintf() is not defined on your system? Why will a stringstream not work? | | #define def_simple_output(type, form) \ | void output_simple(type const& data) { \ | space(); \ | unrequire(20-snprintf((char*)require(20), 20, form, data)); \ | } What kind of function is this unrequire? | My brain has gone to sleep and if there's a common solution I'll take it | happily :-) Lgb