10 lines
152 B
C
Raw Normal View History

2022-08-30 15:42:35 +08:00
#ifndef _probe_h_INCLUDED
#define _probe_h_INCLUDED
struct kissat;
bool kissat_probing (struct kissat *);
int kissat_probe (struct kissat *);
#endif