1 2 3 4 5 6
#include "ternary.h" ternary halting_decider(const char *program, const char *input) { return ERROR; }