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