On 7/11/07, hari krishna angadi <[EMAIL PROTECTED]> wrote:
hi,
     In a file i have a static function which should be called by another
module.but u cant call a function which is decalred static.there is any way
to call the function declared as static

"static" means that the function name is not available in the global
namespace, not that others cannot call it. If you send the function
pointer of the static function to another module, it can be called
from there also.


 Send instant messages to your online friends http://uk.messenger.yahoo.com


--
The box said "Requires Windows Vista or better." So I installed LINUX

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to