/* Template interpretor */ #ifndef H_INTERPRET #define H_INTERPRET 1 #include <stdlib.h> #include <string.h> #include "auto.h" #include "strct.h" char* flush(tpl_data dat, auto_t aut); #endif //H_INTERPRET