Program Listing for File Copy.hh

Program Listing for File Copy.hh#

Return to documentation for file (src/midend/programTransformation/astOutlining/Copy.hh)

#if !defined(INC_ASTTOOLS_COPY_HH)
#define INC_ASTTOOLS_COPY_HH

namespace ASTtools
{
  ROSE_DLL_API SgNode* deepCopy (const SgNode* n);
}

#endif // !defined(INC_ASTTOOLS_COPY_HH)

// eof