.PHONY: check

#LCLINT = lclint
 
check:
	$(LCLINT) -exportlocal +arraybounds +arrayboundsread unknownsize.c arrayConstExpr.c

