Files
SAPFOR/Sapfor/_src/SageAnalysisTool/definitionSet.h

11 lines
123 B
C
Raw Normal View History

2023-09-14 19:43:13 +03:00
#pragma once
struct elset
{
SgStatement *stmt;
SgExpression *expr;
};
typedef struct elset *PT_ELSET;