Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. Finished LCLint checking --- no code errors found Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. enumtest.c:1:9: Variable exported but not used outside enumtest: sig_func enumtest.c:2:10: Variable exported but not used outside enumtest: sig_func1 Finished LCLint checking --- 2 code errors found, as expected Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. duffs.c: (in function send) duffs.c:7:8: Fall through case (no preceding break) duffs.c:8:8: Fall through case (no preceding break) duffs.c:9:8: Fall through case (no preceding break) duffs.c:10:8: Fall through case (no preceding break) duffs.c:11:8: Fall through case (no preceding break) duffs.c:12:8: Fall through case (no preceding break) duffs.c:13:8: Fall through case (no preceding break) Finished LCLint checking --- 7 code errors found, as expected Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. Finished LCLint checking --- no code errors found Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. Finished LCLint checking --- no code errors found Cannot find standard library: ansi.lcd Check LARCH_PATH environment variable. bug2.c: (in function main) bug2.c:5:5: Unrecognized identifier: printf bug2.c:6:8: Fall through case (no preceding break) bug2.c:10:10: Fall through case (no preceding break) bug2.c:16:8: Fall through case (no preceding break) bug2.c:5:5: Statement after switch is not a case: printf("here 1") bug2.c:20:2: Path with no return in function declared to return int Finished LCLint checking --- 6 code errors found, expected 5