Files
2026-07-12 08:16:17 +03:30

8 lines
98 B
C
Executable File

void
shiftboth(const Arg *arg)
{
Arg shifted = shift(arg, 0);
tag(&shifted);
view(&shifted);
}