Files
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

7 lines
57 B
C

#ifndef SMT_H
#define SMT_H 1
int smt_on(void);
#endif