Contains add_last_arg_to_command_ macro.
Go to the source code of this file.
Macros | |
#define | add_last_arg_to_command_(command, last_arg, ...) __add_last_arg_to_command_chooser__(command, last_arg, __VA_ARGS__)(command, last_arg, __VA_ARGS__) |
Adds last argument to a command with variadic arguments. More... | |