a basic doubt on static functions...

From: shiva (nikhilbhargav_nsit_at_indiatimes.com)
Date: 01/27/05

  • Next message: Byron A Jeff: "Re: a basic doubt on static functions..."
    Date: 27 Jan 2005 04:12:09 -0800
    
    

    hello all,

    I have aa basic doubt about declaring function as static. What
    difference is between following two declarations

    static __inline__ void wait_ms(unsigned int ms);

    __inline__ void wait_ms(unsigned int ms);

    I believe static class in function does not do any special thing ; its
    carried from past conventions just like auto keyword.
    Any thoughts?

    Thnks for ur time

    Shiva


  • Next message: Byron A Jeff: "Re: a basic doubt on static functions..."