blob: b8414b7bcbc87b45a0c38dd7c2829d74a538fe10 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#ifndef SMT_H
2#define SMT_H 1
3
4int smt_on(void);
5
6#endif