12 lines
185 B
C
12 lines
185 B
C
|
|
#include <stdint.h>
|
|
|
|
struct cmdln_flags;
|
|
struct simplifications;
|
|
|
|
void print(
|
|
const struct cmdln_flags* flags,
|
|
const struct simplifications *simps,
|
|
uint16_t truthtable);
|
|
|
|
|