#include "support.h" int main(int argc, char **argv) { if(!strcmp(argv[0], "true")) exit(EXIT_SUCCESS); else exit(EXIT_FAILURE); }