#include "common.h" int main(int argc, char **argv) { if(!strcmp(argv[0], "true")) return 0; else return 1; }