Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 114

coccinelle-examples-1.0.7-2.mga7.i586.rpm

static int __init foo1(void)
{
}


int __init foo2(void)
{
}

static int foo3(void)
{
}


static int foo4(void)
{
}


module_init(foo1);
module_init(foo2);