#define SHORTHAND(name) \ int name##s[42]; \ void grab_##name(int n) { grab(name##s[n]); } SHORTHAND(penis);