i encounter regularly in the linux source code signatures like this:
static void __init do_initcalls(vo id)
{
definition(what ever)
}
"__init" en "do_initcal ls" are two different words. how must one interpret
this? i don't understand a function definition with two separate words.
anybody can explain me this?
static void __init do_initcalls(vo id)
{
definition(what ever)
}
"__init" en "do_initcal ls" are two different words. how must one interpret
this? i don't understand a function definition with two separate words.
anybody can explain me this?
Comment