#include "impair.h" int pair(unsigned int i){ return (i == 0 ? 1 : impair(i-1)); }