From: Ghozlane T. <gt...@pr...> - 2001-06-18 08:56:06
|
hello , I have a small but essential question related to module_init /module_exit hum. basicaly "what those functions are doing ?" , nothing less ... I guess the module initialisation calls the funciton specified by module_init, and same thing at module unload with module_exit, and my question is much more: what happens if those macros are used within a *non* module context ? thanks... ghoz |