Searched defs:__VA_ARGS__ (Results 1 – 1 of 1) sorted by relevance
22 # define A(__VA_ARGS__...) [ __VA_ARGS__ ] argument23 # define B(__VA_ARGS__...) [ , __VA_ARGS__ ] argument24 # define C(__VA_ARGS__...) [ , ## __VA_ARGS__ ] argument25 # define D(A,__VA_ARGS__...) [ A , ## __VA_ARGS__ ] argument26 # define E(A,__VA_ARGS__...) [ __VA_ARGS__ ## A ] argument