#include <stdlib.h>#include <tap.h>inthas_feature(){return0;}/* In some cases, an entire test file does not make sense because there some feature is missing. In that case, the entire test case can be skipped in the following manner. */intmain(){if(!has_feature())