#include "tof.h" bool tof(string a) { string b = "false"; if (a == b) { return false; } else { return true; } }