9 lines
133 B
C
9 lines
133 B
C
|
#ifndef _failed_h_INCLUDED
|
||
|
#define _failed_h_INCLUDED
|
||
|
|
||
|
struct kissat;
|
||
|
|
||
|
void kissat_failed_literal_probing (struct kissat *);
|
||
|
|
||
|
#endif
|