Skip to content

ioccc-src/iocccsize-unofficial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iocccsize

The IOCCC source code rule size checking tool.

usage: iocccsize [-ihvV] prog.c
       iocccsize [-ihvV] < prog.c

-i              ignored for backward compatibility
-h              print usage message in stderr and exit
-v              turn on some debugging to stderr; -vv or -vvv for more
-V              print version and exit

The source is written to stdout, with possible translations ie. trigraphs.
The IOCCC net count rule 2b is written to stderr; with -v, net count (2b),
gross count (2a), number of keywords counted as 1 byte; -vv or -vvv write
more tool diagnostics.

Packages

No packages published

Languages

  • C 60.8%
  • Shell 34.6%
  • Makefile 4.6%