This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why and when to use Static Function

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--);
}

Parents Reply Children