Staging
v0.8.1
Raw File
smt.h
#ifndef SMT_H
#define SMT_H 1

int smt_on(void);

#endif
back to top