#ifndef __DFA__#define __DFA__#ifndef TYPES#include #endifextern pascal Word MatchDFA(const void *dfa, const char *text, Word *value); #endif