10 lines
176 B
C
10 lines
176 B
C
#ifndef __CHECKER_H__
|
|
#define __CHECKER_H__
|
|
|
|
#include "automat.h"
|
|
|
|
extern BOOL checker_check(void);
|
|
extern const char * checker_error_string(void);
|
|
|
|
#endif /* __CHECKER_H__ */
|