.PHONY: check clean

SPLINT = splint -exportlocal
 
check:
	$(SPLINT) +bounds strchr.c -expect 2

