pickup: pickup.c
tidy: pickup.c
	clang-tidy -header-filter=.*-checks='*' -fix-errors pickup.c -- -std=c11
