Xref: utzoo comp.unix.questions:5452 comp.lang.c:7075 Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!alberta!sask!ho From: ho@sask.UUCP (Wing Ho) Newsgroups: comp.unix.questions,comp.lang.c Subject: using tcov Keywords: tcov Message-ID: <1005@sask.UUCP> Date: 31 Jan 88 23:08:34 GMT Organization: University of Saskatchewan Lines: 10 I want to know how to use the utility program tcov for my c program which has a lot of included files. I tried the cc -a prog.c and it gives me syntax that I don't have if I use the cc prog.c. Thanks. ho@sask