Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 555 Bytes

CChecker

Programming Guideline Checker for C Programs

Usage:

usage: cchecker.py [-h] [-s SPEC] [-f FILE] [-l LIST] [-d DIR]

A program to test your C programs for coding violations which may lead to
runtime errors and unexpected results.

optional arguments:
  -h, --help            show this help message and exit
  -s SPEC, --spec SPEC  Specification file containing checks
  -f FILE, --file FILE  C input file to be checked
  -l LIST, --list LIST  List of specs from command line
  -d DIR, --dir DIR     Directory containing C files