From: Tim Michals (tcmichals_at_[hidden])
Date: 2005-05-17 10:36:21


I'm trying to figure out how would you format the IDL function for a general
function like printf?

For example
the function is printf( const char *fmt, ...)

How you format the IDL function?
BOOST_IDL_FN1(formatMsg, const char *fmt)