16 lines
220 B
C
16 lines
220 B
C
|
|
#include <stdint.h>
|
|
|
|
#include <defines.h>
|
|
|
|
#include <expr.h>
|
|
|
|
struct cmdln_flags;
|
|
struct simplifications;
|
|
|
|
void print(
|
|
const struct cmdln_flags* flags,
|
|
const struct expr (*simps)[N],
|
|
uint16_t truthtable);
|
|
|
|
|