6 lines
57 B
C
Executable file
6 lines
57 B
C
Executable file
#ifndef SMT_H
|
|
#define SMT_H 1
|
|
|
|
int smt_on(void);
|
|
|
|
#endif
|