shiftview.c (82B)
1 void 2 shiftview(const Arg *arg) 3 { 4 Arg shifted = shift(arg, 0); 5 view(&shifted); 6 }