Bontiv-Sourceer source code viewer
Root | Help
./web-crawler/src/tplcp/interpret.h
/*
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
Presented with Bontiv-Sourceer