P99
#define P99_CALL_DEFARG_LIST (   NAME,
  M,
  ... 
)    __VA_ARGS__

Expand an argument list with default arguments.

See also:
P99_CALL_DEFARG for how this mechanism works. This macro here just expands the argument list but doesn't add the function call itself.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines