Searched refs:PICK_ARG3 (Results 1 – 2 of 2) sorted by relevance
113 #define PICK_ARG3(args...) PICK_ARG2(DROP_FIRST_ARG(args)) macro114 #define PICK_ARG4(args...) PICK_ARG3(DROP_FIRST_ARG(args))
69 #define buz PICK_ARG3(foo) in pick_arg_example()