File format.hxx#

Defines

BOUT_FORMAT_ARGS(i, j)#

Tell GCC that a function has a printf-style like argument The first argument is the position of format string, and the second is the position of the first variadic argument Note that it seems to start counting from 1, and also counts a *this pointer, as the first argument, so often 2 would be the first argument.