home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!olivea!spool.mu.edu!sdd.hp.com!think.com!spdcc!dirtydog.ima.isc.com!karl
- From: karl@ima.isc.com (Karl Heuer)
- Newsgroups: comp.lang.c
- Subject: Re: Tool for measuring size (no. of statements) of C/C++ programs
- Keywords: metrics, size, complexity, comparing versions
- Message-ID: <1992Sep11.232536.6723@ima.isc.com>
- Date: 11 Sep 92 23:25:36 GMT
- References: <1992Aug31.230930.16232@gtephx.UUCP> <1992Sep1.141255.15547@organpipe.uug.arizona.edu> <1992Sep11.200457.69784@Cookie.secapl.com>
- Sender: usenet@ima.isc.com (news)
- Organization: Interactive Systems, Cambridge, MA 02138-5302
- Lines: 6
-
- In article <1992Sep11.200457.69784@Cookie.secapl.com> frank@Cookie.secapl.com (Frank Adams) writes:
- >> unsigned long Statement_Count = 0 ;
- >> yyparse() ; printf( "%d statements.\n", Statement_Count ) ;
- >Make that "%ld".
-
- Actually, "%lu" is better.
-