9 lines
116 B
C
Raw Normal View History

2022-08-30 15:42:35 +08:00
#ifndef _search_h_INCLUDED
#define _search_h_INCLUDED
struct kissat;
int kissat_search (struct kissat *);
#endif