NAME

cscan - C source scan

VERSION

version 0.29

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jean-Damien Durand.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

NAME

cscan - C source scsan

SYNOPSIS

cscan [options] file

Options:
  --help                Brief help message.
  --cpprun <argument>   cpp run command.
  --cppflags <argument> cpp flags.
  --filter <argument>   File to look at after proprocessing. Defaults to file argument.

OPTIONS

--help

This help

--cpprun <argument>

cpp run command. Default is the value when perl was compiled, i.e.:

$CPPRUN

--cppflags <argument>

cpp flags. Default is the value when perl was compiled, i.e.:

$CPPFLAGS

1 POD Error

The following errors were encountered while parsing the POD:

Around line 104:

=over without closing =back