Dear friend, can anybody explain me why this kind of Static function used and when it should be used?
static void delay (unsigned long cnt) { while (cnt--); }
Thank-you for directly answering the posted question instead of getting off on a tangent.