#include static int start__module(void) {return 0;} static void end__module(void){return;} module_init(start__module); module_exit(end__module);