macro_rules! call_init {
($init_func:ident) => { ... };
}Expand description
Implement the wit-bindgen specific code that the kernel uses to hook into
a process. Write an init(our: Address) function and call it with this.
macro_rules! call_init {
($init_func:ident) => { ... };
}Implement the wit-bindgen specific code that the kernel uses to hook into
a process. Write an init(our: Address) function and call it with this.