Skip to content

ASTtools::insertHeader

Inserts an '#include' of a header file at the first statement.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>

bool
insertHeader(
    std::string const& filename,
    SgProject* proj);

Parameters

Name

Description

proj

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs