#include #include "syntax.h" typedef struct ProcessingData { struct ProcessingData* prev; char* replacethis; tSyntaxElement* replacewiththis; } tProcessingData; void process(tSyntaxElement*, tProcessingData*);