blob: b8414b7bcbc87b45a0c38dd7c2829d74a538fe10 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#ifndef SMT_H
2#define SMT_H 1
3
4int smt_on(void);
5
6#endif