blob: b8414b7bcbc87b45a0c38dd7c2829d74a538fe10 [file] [log] [blame]
Andi Kleende5077c2017-08-11 16:26:22 -07001#ifndef SMT_H
2#define SMT_H 1
3
4int smt_on(void);
5
6#endif