main() { n=0; port=0; do{ n++; if (n&1) { portset(port); } else {portclr(port);}; }while(1); exit(99); };