Decision tables: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a comment. -- ~~~~)
Line 149: Line 149:
#define COND_LEN (1 << N_COND)
#define COND_LEN (1 << N_COND)


struct { char *str, *truth;}
struct { const char *str, *truth;}
cond[N_COND] = {
cond[N_COND] = {
{"Printer does not print", "1111...."},
{"Printer does not print", "1111...."},