#ifndef OUTPUTRESULT_H_ #define OUTPUTRESULT_H_ #include "RegexpToNFA.h" void OutputResult(NFAState *result); #endif /* OUTPUTRESULT_H_ */