
Mpp::Scanner::Esqlc - makepp scanner for Embedded SQL C files

Scans a C file for EXEC SQL INCLUDEs,
$includes and #includes.
Tags are:
File scanned due to an EXEC SQL INCLUDE "filename" or $INCLUDE "filename" directive.
File scanned due to an EXEC SQL INCLUDE <filename<, EXEC SQL INCLUDE filename or $INCLUDE <filename< directive. =over 6
An EXEC SQL INCLUDE IDENTIFIER statement with neither <> nor quotes. This gets extended with suffixes like .h if needed.
Temporarily assigned internally to EXEC SQL INCLUDE or $INCLUDE, before deciding which of the above two to use.